summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-20 00:58:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-20 00:58:07 +0000
commitf05206761e2e2c46a45ee9c806d1ebe0b6d2786b (patch)
treee948ed259dea53eb3dd4fe392ce5a9b73bda985f /configure
parent58187db2ef65a1d61682732dc1d0380f0d7fc4c5 (diff)
downloadmpv-f05206761e2e2c46a45ee9c806d1ebe0b6d2786b.tar.bz2
mpv-f05206761e2e2c46a45ee9c806d1ebe0b6d2786b.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 68c8141288..c66cf56d19 100755
--- a/configure
+++ b/configure
@@ -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