summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-11 23:29:51 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-11 23:29:51 +0000
commitac7b90ee0cd55c8906e9aca946ce400df98541ec (patch)
tree40a71624602f269cfe8dc37d622ba9e5a0b0a4e8 /configure
parent10f1990a7341510079f3114d7466100027d55908 (diff)
downloadmpv-ac7b90ee0cd55c8906e9aca946ce400df98541ec.tar.bz2
mpv-ac7b90ee0cd55c8906e9aca946ce400df98541ec.tar.xz
Sync with latest FFmpeg build system changes:
libpostproc is no longer built from within the libavcodec directory. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17596 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 4a6f175558..c475d15c96 100755
--- a/configure
+++ b/configure
@@ -6178,6 +6178,8 @@ _def_libpostproc='#undef USE_LIBPOSTPROC'
_def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
if test "$_libpostproc" = yes ; then
_def_libpostproc='#define USE_LIBPOSTPROC 1'
+ _ld_libpostproc='libavcodec/libpostproc/libpostproc.a'
+ _dep_libpostproc='libavcodec/libpostproc/libpostproc.a'
else
if test "$_libpostproc_so" = yes ; then
_def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
@@ -7268,7 +7270,7 @@ W32_DEP = $_dep_win32
W32_LIB = $_ld_win32
DS_DEP = $_dep_dshow
DS_LIB = $_ld_dshow
-AV_DEP = $_dep_libavcodec $_dep_libavformat $_dep_libavutil
+AV_DEP = $_dep_libavcodec $_dep_libavformat $_dep_libavutil $_dep_libpostproc
AV_LIB = $_ld_libavcodec $_ld_libavformat $_ld_libavutil $_ld_libpostproc
CONFIG_LIBAVUTIL = $_libavutil
CONFIG_LIBAVCODEC = $_libavcodec