Mercurial > mplayer.hg
diff configure @ 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 | 2bbd4b7788c4 |
children | 7ec749924f80 |
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