comparison configure @ 10265:c2b52956a30c

enable stream cache for mingw
author faust3
date Mon, 09 Jun 2003 10:44:34 +0000
parents d275152390ee
children db0c6834b6db
comparison
equal deleted inserted replaced
10264:8a099cab3ce7 10265:c2b52956a30c
1572 mingw32 && _vidix=no 1572 mingw32 && _vidix=no
1573 qnx && _vidix=no 1573 qnx && _vidix=no
1574 sunos && _vidix=no 1574 sunos && _vidix=no
1575 fi 1575 fi
1576 1576
1577 if mingw32 ; then
1578 _def_stream_cache='#undef USE_STREAM_CACHE'
1579 else
1580 _def_stream_cache='#define USE_STREAM_CACHE 1'
1581 fi
1582
1583 # On QNX we must link to libph - Gabucino 1577 # On QNX we must link to libph - Gabucino
1584 if qnx ; then 1578 if qnx ; then
1585 _ld_arch="$_ld_arch -lph" 1579 _ld_arch="$_ld_arch -lph"
1586 fi 1580 fi
1587 1581
5425 #define CONFDIR "$_confdir" 5419 #define CONFDIR "$_confdir"
5426 #define LIBDIR "$_libdir" 5420 #define LIBDIR "$_libdir"
5427 5421
5428 /* Define this to compile stream-caching support, it can be enabled via 5422 /* Define this to compile stream-caching support, it can be enabled via
5429 -cache <kilobytes> */ 5423 -cache <kilobytes> */
5430 $_def_stream_cache 5424 #define USE_STREAM_CACHE 1
5431 5425
5432 /* Define to include support for XviD/Divx4Linux/OpenDivx */ 5426 /* Define to include support for XviD/Divx4Linux/OpenDivx */
5433 $_def_divx 5427 $_def_divx
5434 5428
5435 /* Define to use the new XviD/DivX4Linux library instead of open source OpenDivX */ 5429 /* Define to use the new XviD/DivX4Linux library instead of open source OpenDivX */