diff configure @ 18907:fe73d14fb7a9

#define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
author nicodvb
date Wed, 05 Jul 2006 20:26:39 +0000
parents 1138e7091daa
children 2dc84d07332c
line wrap: on
line diff
--- a/configure	Wed Jul 05 16:51:42 2006 +0000
+++ b/configure	Wed Jul 05 20:26:39 2006 +0000
@@ -6204,6 +6204,14 @@
 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_so
 $_def_libavformat_win32
 
+$_def_libavutil
+$_def_libavutil_so
+
 /* Use libavcodec's decoders */
 #define CONFIG_DECODERS 1
 /* Use libavcodec's encoders */