Ticket #24499: configure.x11.patch
File configure.x11.patch, 784 bytes (added by macports.users@…, 15 years ago) |
---|
-
mplayer/configure
old new 4186 4186 4187 4187 4188 4188 echocheck "X11" 4189 if test "$_x11" = yes ; then 4190 libs_mplayer="$libs_mplayer -lXext -lX11" 4191 fi 4189 4192 if test "$_x11" = auto && test "$_x11_headers" = yes ; then 4190 4193 cat > $TMPC <<EOF 4191 4194 #include <X11/Xlib.h> … … 6819 6822 if test "$_qtx" = yes ; then 6820 6823 def_qtx='#define CONFIG_QTX_CODECS 1' 6821 6824 win32 && _qtx_codecs_win32=yes && def_qtx_win32='#define CONFIG_QTX_CODECS_WIN32 1' 6825 darwin && extra_ldflags="$extra_ldflags -framework Carbon -framework QuickTime" && def_quicktime='#define CONFIG_QUICKTIME 1' 6822 6826 _codecmodules="qtx $_codecmodules" 6823 6827 darwin || win32 || _qtx_emulation=yes 6824 6828 else