Ticket #24878: mplayer-devel.31170.configure.x11.patch

File mplayer-devel.31170.configure.x11.patch, 735 bytes (added by davidfavor (David Favor), 14 years ago)
  • configure

    old new  
    44034403
    44044404
    44054405echocheck "X11"
     4406if test "$_x11" = yes ; then
     4407  libs_mplayer="$libs_mplayer -lXext -lX11"
     4408fi
    44064409if test "$_x11" = auto && test "$_x11_headers" = yes ; then
    44074410  cat > $TMPC <<EOF
    44084411#include <X11/Xlib.h>
     
    71157118if test "$_qtx" = yes ; then
    71167119    def_qtx='#define CONFIG_QTX_CODECS 1'
    71177120    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'
    71187122    codecmodules="qtx $codecmodules"
    71197123    darwin || win32 || _qtx_emulation=yes
    71207124else