summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-05 20:26:39 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-05 20:26:39 +0000
commit112705e8562d20e15a6354f1619ee2a7cda95374 (patch)
treea03433fc03ea28a34ac2c3cdb7d90a3a9e5279a7
parent0612c70909c731817c1dac1c3b5a501efb6644e8 (diff)
downloadmpv-112705e8562d20e15a6354f1619ee2a7cda95374.tar.bz2
mpv-112705e8562d20e15a6354f1619ee2a7cda95374.tar.xz
#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18912 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure b/configure
index b728d0a2eb..fd7f6e1d97 100755
--- a/configure
+++ b/configure
@@ -6204,6 +6204,14 @@ fi
echores "$_libpostproc_so"
fi #if test "$_libpostproc" != yes ; then
+_def_libavutil='#undef USE_LIBAVUTIL'
+_def_libavutil_so='#undef USE_LIBAVUTIL_SO'
+if test "$_libavutil" = yes ; then
+ _def_libavutil='#define USE_LIBAVUTIL 1'
+elif test "$_libavutil_so" = yes ; then
+ _def_libavutil_so='#define USE_LIBAVUTIL_SO 1'
+fi
+
_def_libavcodec='#undef USE_LIBAVCODEC'
_def_libavcodec_so='#undef USE_LIBAVCODEC_SO'
_def_lavc_dsputil='#undef USE_LIBAVCODEC_DSPUTIL'
@@ -7863,6 +7871,9 @@ $_def_libavformat
$_def_libavformat_so
$_def_libavformat_win32
+$_def_libavutil
+$_def_libavutil_so
+
/* Use libavcodec's decoders */
#define CONFIG_DECODERS 1
/* Use libavcodec's encoders */