Ticket #35177: mplayer2-vo_corevideo-x11-naming-conflict.patch
File mplayer2-vo_corevideo-x11-naming-conflict.patch, 880 bytes (added by neverpanic (Clemens Lang), 12 years ago) |
---|
-
files/patch-libvo-vo_corevideo.m.diff
1 --- libvo/vo_corevideo.m.orig 2012-07-20 00:29:48.000000000 +0200 2 +++ libvo/vo_corevideo.m 2012-07-20 00:30:03.000000000 +0200 3 @@ -19,6 +19,8 @@ 4 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 5 */ 6 7 +#define NO_X11_INCLUDES 8 + 9 #import "vo_corevideo.h" 10 11 // mplayer includes -
Portfile
64 64 65 65 universal_variant no 66 66 67 patchfiles patch-libvo-vo_corevideo.m.diff 68 67 69 configure.cppflags-append \ 68 70 -I$prefix/include/freetype2 69 71