[MPlayer-cvslog] CVS: main configure,1.1130,1.1131

Diego Biurrun CVS syncmail at mplayerhq.hu
Sun Feb 12 00:29:53 CET 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Sync with latest FFmpeg build system changes:
libpostproc is no longer built from within the libavcodec directory.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1130
retrieving revision 1.1131
diff -u -r1.1130 -r1.1131
--- configure	30 Jan 2006 20:58:11 -0000	1.1130
+++ configure	11 Feb 2006 23:29:51 -0000	1.1131
@@ -6178,6 +6178,8 @@
 _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
 if test "$_libpostproc" = yes ; then
   _def_libpostproc='#define USE_LIBPOSTPROC 1'
+  _ld_libpostproc='libavcodec/libpostproc/libpostproc.a'
+  _dep_libpostproc='libavcodec/libpostproc/libpostproc.a'
 else
   if test "$_libpostproc_so" = yes ; then
     _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
@@ -7268,7 +7270,7 @@
 W32_LIB = $_ld_win32
 DS_DEP = $_dep_dshow
 DS_LIB = $_ld_dshow
-AV_DEP = $_dep_libavcodec $_dep_libavformat $_dep_libavutil
+AV_DEP = $_dep_libavcodec $_dep_libavformat $_dep_libavutil $_dep_libpostproc
 AV_LIB = $_ld_libavcodec  $_ld_libavformat  $_ld_libavutil  $_ld_libpostproc
 CONFIG_LIBAVUTIL = $_libavutil
 CONFIG_LIBAVCODEC = $_libavcodec




More information about the MPlayer-cvslog mailing list