mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
enable stream cache for mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10266 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca774d892b
commit
1045b4d505
8
configure
vendored
8
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user