summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */