changeset 23116:7008af009c45

Remove unused libavformat #define.
author diego
date Thu, 26 Apr 2007 12:59:57 +0000
parents 66366cb13021
children 1f11bc1afc2f
files configure
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Apr 26 12:58:46 2007 +0000
+++ b/configure	Thu Apr 26 12:59:57 2007 +0000
@@ -6261,13 +6261,11 @@
 _libavformat=no
 _def_libavformat='#undef USE_LIBAVFORMAT'
 _def_libavformat_so='#undef USE_LIBAVFORMAT_SO'
-_def_libavformat_win32='#undef CONFIG_WIN32'
 test "$_libavformat_a" = yes || test "$_libavformat_so" = yes && _libavformat=yes
 test "$_libavformat_a"  = yes && _def_libavformat='#define USE_LIBAVFORMAT 1'
 test "$_libavformat_so" = yes \
   && _def_libavformat_so='#define USE_LIBAVFORMAT_SO 1'
 fi
-win32 && _def_libavformat_win32='#define CONFIG_WIN32 1'
 echores "$_libavformat"
 
 echocheck "FFmpeg libpostproc"
@@ -8093,7 +8091,6 @@
 /* ffmpeg's libavformat support (requires libavformat source) */
 $_def_libavformat
 $_def_libavformat_so
-$_def_libavformat_win32
 
 $_def_libavutil
 $_def_libavutil_so