changeset 17595:f642c99ea692

Sync with latest FFmpeg build system changes: libpostproc is no longer built from within the libavcodec directory.
author diego
date Sat, 11 Feb 2006 23:29:51 +0000
parents e0da4860acfe
children 52fb9a8bf702
files configure
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Feb 11 22:36:21 2006 +0000
+++ b/configure	Sat Feb 11 23:29:51 2006 +0000
@@ -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