mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
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:
parent
58187db2ef
commit
f05206761e
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user