Mercurial > mplayer.hg
comparison configure @ 586:e1b8c0b3ec35
OUTBURST moved from mplayer.c to config.h
author | arpi_esp |
---|---|
date | Mon, 23 Apr 2001 03:39:34 +0000 |
parents | 30d9f61e9c0b |
children | 3f96fe86493d |
comparison
equal
deleted
inserted
replaced
585:96621b6b7f9f | 586:e1b8c0b3ec35 |
---|---|
933 $_xmmpaudio | 933 $_xmmpaudio |
934 #define LIBDIR "/usr/local/lib" | 934 #define LIBDIR "/usr/local/lib" |
935 #define PLUGINDIR LIBDIR "/xmmp/Plugins" | 935 #define PLUGINDIR LIBDIR "/xmmp/Plugins" |
936 #define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so" | 936 #define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so" |
937 | 937 |
938 /* set up audio OUTBURST. Do not change this! */ | |
939 #ifdef USE_XMMP_AUDIO | |
940 #define OUTBURST 4096 | |
941 #else | |
942 //#define OUTBURST 1024 | |
943 #define OUTBURST 512 | |
944 #endif | |
945 | |
938 /* LIRC (remote control, see www.lirc.org) support: */ | 946 /* LIRC (remote control, see www.lirc.org) support: */ |
939 $_lircdefs | 947 $_lircdefs |
940 | 948 |
941 /* DeCSS support using libcss */ | 949 /* DeCSS support using libcss */ |
942 $_css | 950 $_css |