[Mplayer-cvslog] CVS: main configure,1.594,1.595

Michael Niedermayer michael at mplayerhq.hu
Sat Nov 2 17:14:45 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv3312

Modified Files:
	configure 
Log Message:
fixing shared pp


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.594
retrieving revision 1.595
diff -u -r1.594 -r1.595
--- configure	1 Nov 2002 16:39:39 -0000	1.594
+++ configure	2 Nov 2002 16:14:42 -0000	1.595
@@ -217,7 +217,7 @@
                          options with --enable-static="-lslang -lncurses"
   --language=xx          select a language (for translated messages/gui) [en]
                          (Available: $LANGUAGES)
-  --enabled-shared-pp    install & use shared postprocessing lib
+  --enable-shared-pp     install & use shared postprocessing lib
 
 Advanced options:
   --enable-mmx           build with mmx support [autodetect]
@@ -4181,7 +4181,7 @@
 
 echocheck "shared postprocess lib"
 if test "$_shared_pp" = yes ; then
-  _ld_pp='-lpostproc'
+  _ld_pp='-lpostproc -L postproc'
 else
   _ld_pp='postproc/libpostproc.a'
 fi
@@ -4946,7 +4946,7 @@
 $_def_sdl
 /* defined for SDLlib with keyrepeat bugs (before 1.2.1) */
 $_def_sdlbuggy
-$_def_directx
+$_def_directx
 $_def_ggi
 $_def_3dfx
 $_def_tdfxfb




More information about the MPlayer-cvslog mailing list