Ticket #24499: configure.x11.patch

File configure.x11.patch, 784 bytes (added by macports.users@…, 14 years ago)

same as mplayer-devel's configure.x11.patch

  • mplayer/configure

    old new  
    41864186
    41874187
    41884188echocheck "X11"
     4189if test "$_x11" = yes ; then
     4190  libs_mplayer="$libs_mplayer -lXext -lX11"
     4191fi
    41894192if test "$_x11" = auto && test "$_x11_headers" = yes ; then
    41904193  cat > $TMPC <<EOF
    41914194#include <X11/Xlib.h>
     
    68196822if test "$_qtx" = yes ; then
    68206823    def_qtx='#define CONFIG_QTX_CODECS 1'
    68216824    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'
    68226826    _codecmodules="qtx $_codecmodules"
    68236827    darwin || win32 || _qtx_emulation=yes
    68246828else