1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

Get rid of _xmms_lib.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21176 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-22 19:19:47 +00:00
parent a16043a187
commit 6982f81d90

6
configure vendored
View File

@ -6863,9 +6863,9 @@ if test "$_xmms" = yes ; then
_def_xmms='#define HAVE_XMMS 1'
if darwin ; then
_xmms_lib="${_xmmslibdir}/libxmms.dylib"
_ld_extra="$_ld_extra ${_xmmslibdir}/libxmms.dylib"
else
_xmms_lib="${_xmmslibdir}/libxmms.so.1 -export-dynamic"
_ld_extra="$_ld_extra ${_xmmslibdir}/libxmms.so.1 -export-dynamic"
fi
else
_def_xmms='#undef HAVE_XMMS'
@ -7358,7 +7358,7 @@ JPEG = $_jpeg
GIF = $_gif
EXTRALIBS = $_extra_libs
EXTRA_LIB = $_ld_extra $_ld_static $_ld_lm $_ld_vorbis $_xmms_lib $_ld_arch
EXTRA_LIB = $_ld_extra $_ld_static $_ld_lm $_ld_vorbis $_ld_arch
EXTRALIBS_MPLAYER = $_libs_mplayer $_ld_sock $_ld_gtk $_ld_glib
EXTRALIBS_MENCODER = $_libs_mencoder