summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-09 10:44:34 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-06-09 10:44:34 +0000
commit1045b4d5050fa354b3ab19e247065895141a048d (patch)
tree5ed479e01d11bbedef1f091d63f06c227d9091e1 /configure
parentca774d892bc353fe884945c9341dee89f1266840 (diff)
downloadmpv-1045b4d5050fa354b3ab19e247065895141a048d.tar.bz2
mpv-1045b4d5050fa354b3ab19e247065895141a048d.tar.xz
enable stream cache for mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10266 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index fda1a0a589..cfccd3dfa6 100755
--- a/configure
+++ b/configure
@@ -1574,12 +1574,6 @@ if test "$_vidix" = auto ; then
sunos && _vidix=no
fi
-if mingw32 ; then
- _def_stream_cache='#undef USE_STREAM_CACHE'
-else
- _def_stream_cache='#define USE_STREAM_CACHE 1'
-fi
-
# On QNX we must link to libph - Gabucino
if qnx ; then
_ld_arch="$_ld_arch -lph"
@@ -5427,7 +5421,7 @@ $_def_stddef
/* Define this to compile stream-caching support, it can be enabled via
-cache <kilobytes> */
-$_def_stream_cache
+#define USE_STREAM_CACHE 1
/* Define to include support for XviD/Divx4Linux/OpenDivx */
$_def_divx