summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-16 21:56:24 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-03-16 21:56:24 +0000
commit81472a14a749a9088581603f4eb6b8623544b84a (patch)
tree279940ed80299f14713f53459d070a491e013bcb /configure
parentb27336b6d248c6705f6b693f86c245ff7b5a9717 (diff)
downloadmpv-81472a14a749a9088581603f4eb6b8623544b84a.tar.bz2
mpv-81472a14a749a9088581603f4eb6b8623544b84a.tar.xz
compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17883 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index ef4c4a97e0..705a179112 100755
--- a/configure
+++ b/configure
@@ -6165,8 +6165,10 @@ fi
_def_libavcodec='#undef USE_LIBAVCODEC'
_def_libavcodec_so='#undef USE_LIBAVCODEC_SO'
+_def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL'
if test "$_libavcodec" = yes ; then
_def_libavcodec='#define USE_LIBAVCODEC 1'
+ _def_lavc_dsputil='#define USE_LIBAVCODEC_DSPUTIL'
_ld_libavcodec='libavcodec/libavcodec.a'
_dep_libavcodec='libavcodec/libavcodec.a'
_codecmodules="libavcodec $_codecmodules"
@@ -7719,6 +7721,7 @@ $_def_win32_loader
/* ffmpeg's libavcodec support (requires libavcodec source) */
$_def_libavcodec
$_def_libavcodec_so
+$_def_lavc_dsputil
/* ffmpeg's libavformat support (requires libavformat source) */
$_def_libavformat