Ticket #24878: mplayer-devel.31170.configure.x11.patch
File mplayer-devel.31170.configure.x11.patch, 735 bytes (added by davidfavor (David Favor), 15 years ago) |
---|
-
configure
old new 4403 4403 4404 4404 4405 4405 echocheck "X11" 4406 if test "$_x11" = yes ; then 4407 libs_mplayer="$libs_mplayer -lXext -lX11" 4408 fi 4406 4409 if test "$_x11" = auto && test "$_x11_headers" = yes ; then 4407 4410 cat > $TMPC <<EOF 4408 4411 #include <X11/Xlib.h> … … 7115 7118 if test "$_qtx" = yes ; then 7116 7119 def_qtx='#define CONFIG_QTX_CODECS 1' 7117 7120 win32 && _qtx_codecs_win32=yes && def_qtx_win32='#define CONFIG_QTX_CODECS_WIN32 1' 7121 darwin && extra_ldflags="$extra_ldflags -framework Carbon -framework QuickTime" && def_quicktime='#define CONFIG_QUICKTIME 1' 7118 7122 codecmodules="qtx $codecmodules" 7119 7123 darwin || win32 || _qtx_emulation=yes 7120 7124 else