From 913a6f2cc1e764d7c766d9e1b21cacbd289fc1d7 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 27 Feb 2007 19:49:29 +0000 Subject: [PATCH] 10l: Add missing definition of USE_STREAM_CACHE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22368 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 99f895d3b6..799e334990 100755 --- a/configure +++ b/configure @@ -644,6 +644,7 @@ _rpath=no _asmalign_pot=auto _color_console=no _stream_cache=yes +_def_stream_cache="#define USE_STREAM_CACHE 1" for ac_option do case "$ac_option" in --help|-help|-h) @@ -1289,6 +1290,7 @@ fi if mingw32 ; then _stream_cache=no + _def_stream_cache="#undef USE_STREAM_CACHE" fi # Check how to call 'head' and 'tail'. Newer versions spit out warnings