summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 12:59:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-26 12:59:57 +0000
commit46b7fab49fecfe985df44ce26aeaa1edf08488a9 (patch)
tree2891fa9aa3950796ba906a05b96bfc01681f819e /configure
parent770882c0a48f68995635133f3670d6f4d81988fd (diff)
downloadmpv-46b7fab49fecfe985df44ce26aeaa1edf08488a9.tar.bz2
mpv-46b7fab49fecfe985df44ce26aeaa1edf08488a9.tar.xz
Remove unused libavformat #define.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23134 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 837b9943ad..9da847d80f 100755
--- a/configure
+++ b/configure
@@ -6261,13 +6261,11 @@ fi
_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 @@ $_def_libavcodec_mpegaudio_hp
/* ffmpeg's libavformat support (requires libavformat source) */
$_def_libavformat
$_def_libavformat_so
-$_def_libavformat_win32
$_def_libavutil
$_def_libavutil_so