[Mplayer-cvslog] CVS: main configure,1.635,1.636
Richard Felker CVS
rfelker at mplayerhq.hu
Mon Jan 13 01:45:22 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv30492
Modified Files:
configure
Log Message:
libvorbisidec already includes ogg parser code; no sense in depending on more libs
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.635
retrieving revision 1.636
diff -u -r1.635 -r1.636
--- configure 9 Jan 2003 19:01:24 -0000 1.635
+++ configure 13 Jan 2003 00:45:04 -0000 1.636
@@ -3712,7 +3712,7 @@
_def_vorbis='#define HAVE_OGGVORBIS 1'
if test "$_tremor" = yes ; then
_def_tremor='#define TREMOR 1'
- _ld_vorbis='-lvorbisidec -logg'
+ _ld_vorbis='-lvorbisidec'
else
_def_tremor='#undef TREMOR'
_ld_vorbis='-lvorbis -logg'
More information about the MPlayer-cvslog
mailing list