[Mplayer-cvslog] CVS: main configure,1.581,1.582
Arpi of Ize
arpi at mplayerhq.hu
Wed Oct 23 16:45:08 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv7913
Modified Files:
configure
Log Message:
cosmetics - reordered config.mak lines
moved libdv from decore_libs to vorbis_libs - both places are wrong, but
it's better with vorbis as both are combined demuxer+codec libs
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -r1.581 -r1.582
--- configure 21 Oct 2002 01:52:14 -0000 1.581
+++ configure 23 Oct 2002 14:45:01 -0000 1.582
@@ -4443,14 +4443,11 @@
# audio output
ALSA_LIB = $_ld_alsa
NAS_LIB = $_ld_nas
-MAD_LIB = $_ld_mad
ARTS_LIB = $_ld_arts
ARTS_INC = $_inc_arts
-VORBIS_LIB = $_ld_vorbis
-FAAD_LIB = $_ld_faad
SGIAUDIO_LIB = $_ld_sgiaudio
-# input
+# input/demuxer/codecs
TERMCAP_LIB = $_ld_termcap
LIRC_LIB = $_ld_lirc
CSS_USE = $_css
@@ -4473,7 +4470,7 @@
DIVX4LINUX = $_divx4linux
XVID = $_xvid
XVID_LIB = $_ld_xvid
-DECORE_LIB = $_ld_decore $_ld_libdv
+DECORE_LIB = $_ld_decore
MENCODER = $_mencoder
ENCORE_LIB = $_ld_encore $_ld_mp3lame
DIRECTFB_INC = $_inc_directfb
@@ -4484,6 +4481,9 @@
FREETYPE_LIB = $_ld_freetype
LZO= $_mkf_lzo
LZO_LIB= $_ld_lzo
+MAD_LIB = $_ld_mad
+VORBIS_LIB = $_ld_vorbis $_ld_libdv
+FAAD_LIB = $_ld_faad
# --- Some stuff for autoconfigure ----
$_target_arch
More information about the MPlayer-cvslog
mailing list