[MPlayer-cvslog] CVS: main configure,1.1145,1.1146

Nico Sabbi CVS syncmail at mplayerhq.hu
Thu Mar 16 22:56:26 CET 2006


CVS change done by Nico Sabbi CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv30921

Modified Files:
	configure 
Log Message:
compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1145
retrieving revision 1.1146
diff -u -r1.1145 -r1.1146
--- configure	13 Mar 2006 21:50:56 -0000	1.1145
+++ configure	16 Mar 2006 21:56:22 -0000	1.1146
@@ -6165,8 +6165,10 @@
 
 _def_libavcodec='#undef USE_LIBAVCODEC'
 _def_libavcodec_so='#undef USE_LIBAVCODEC_SO'
+_def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL'
 if test "$_libavcodec" = yes ; then
   _def_libavcodec='#define USE_LIBAVCODEC 1'
+  _def_lavc_dsputil='#define USE_LIBAVCODEC_DSPUTIL'
   _ld_libavcodec='libavcodec/libavcodec.a'
   _dep_libavcodec='libavcodec/libavcodec.a'
   _codecmodules="libavcodec $_codecmodules"
@@ -7719,6 +7721,7 @@
 /* ffmpeg's libavcodec support (requires libavcodec source) */
 $_def_libavcodec
 $_def_libavcodec_so
+$_def_lavc_dsputil
 
 /* ffmpeg's libavformat support (requires libavformat source) */
 $_def_libavformat




More information about the MPlayer-cvslog mailing list