changeset 17435:ac71efc665f0

Also define FF_POSTPROCESS when using shared libavcodec. Based on a patch found in Christian Marillat's Debian package.
author diego
date Fri, 20 Jan 2006 00:58:07 +0000
parents 0bcf7c8a437a
children 2ab8452b8ce4
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Jan 20 00:18:55 2006 +0000
+++ b/configure	Fri Jan 20 00:58:07 2006 +0000
@@ -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