Also define FF_POSTPROCESS when using shared libavcodec.

Based on a patch found in Christian Marillat's Debian package.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17436 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-01-20 00:58:07 +00:00
parent 58187db2ef
commit f05206761e
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -6097,6 +6097,7 @@ if test "$_libavcodec" = yes ; then
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