[MPlayer-cvslog] CVS: main configure,1.1124,1.1125

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Jan 20 01:58:09 CET 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Also define FF_POSTPROCESS when using shared libavcodec.
Based on a patch found in Christian Marillat's Debian package.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1124
retrieving revision 1.1125
diff -u -r1.1124 -r1.1125
--- configure	19 Jan 2006 22:09:20 -0000	1.1124
+++ configure	20 Jan 2006 00:58:07 -0000	1.1125
@@ -6097,6 +6097,7 @@
 elif test "$_libavcodec_so" = yes ; then
   _def_libavcodec='#define USE_LIBAVCODEC 1'
   _def_libavcodec_so='#define USE_LIBAVCODEC_SO 1'
+  _def_ffpostprocess='#define FF_POSTPROCESS 1'
   _ld_libavcodec='-lavcodec'
   _codecmodules="libavcodec.so $_codecmodules"
 else




More information about the MPlayer-cvslog mailing list