Mercurial > mplayer.hg
comparison configure @ 22350:0002ae6bc2a5
10l: Add missing definition of USE_STREAM_CACHE.
author | diego |
---|---|
date | Tue, 27 Feb 2007 19:49:29 +0000 |
parents | a10f905b29ff |
children | 4c93dd37fda9 |
comparison
equal
deleted
inserted
replaced
22349:a10f905b29ff | 22350:0002ae6bc2a5 |
---|---|
642 _ass=auto | 642 _ass=auto |
643 _rpath=no | 643 _rpath=no |
644 _asmalign_pot=auto | 644 _asmalign_pot=auto |
645 _color_console=no | 645 _color_console=no |
646 _stream_cache=yes | 646 _stream_cache=yes |
647 _def_stream_cache="#define USE_STREAM_CACHE 1" | |
647 for ac_option do | 648 for ac_option do |
648 case "$ac_option" in | 649 case "$ac_option" in |
649 --help|-help|-h) | 650 --help|-help|-h) |
650 show_help | 651 show_help |
651 ;; | 652 ;; |
1287 _ld_extra="$_ld_extra -lwinmm" | 1288 _ld_extra="$_ld_extra -lwinmm" |
1288 fi | 1289 fi |
1289 | 1290 |
1290 if mingw32 ; then | 1291 if mingw32 ; then |
1291 _stream_cache=no | 1292 _stream_cache=no |
1293 _def_stream_cache="#undef USE_STREAM_CACHE" | |
1292 fi | 1294 fi |
1293 | 1295 |
1294 # Check how to call 'head' and 'tail'. Newer versions spit out warnings | 1296 # Check how to call 'head' and 'tail'. Newer versions spit out warnings |
1295 # if used as 'head -1' instead of 'head -n 1', but older versions don't | 1297 # if used as 'head -1' instead of 'head -n 1', but older versions don't |
1296 # know about '-n'. | 1298 # know about '-n'. |