summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-10 15:34:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-10 15:34:44 +0000
commitcdfafa69996bce40732997dca168b9f36794dbe8 (patch)
tree5244396fad3f3c8b89886d4403a7701a80f87ca4 /configure
parent97e427039d8123eed37990eaaf13b403daaae2da (diff)
downloadmpv-cdfafa69996bce40732997dca168b9f36794dbe8.tar.bz2
mpv-cdfafa69996bce40732997dca168b9f36794dbe8.tar.xz
Add priority support for OS/2 and factorize the Windows priority support.
patch by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28520 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index d6ba6d8807..d1ec138627 100755
--- a/configure
+++ b/configure
@@ -718,8 +718,10 @@ _ass=auto
_rpath=no
_asmalign_pot=auto
_stream_cache=yes
+_priority=no
def_dos_paths="#define HAVE_DOS_PATHS 0"
def_stream_cache="#define CONFIG_STREAM_CACHE 1"
+def_priority="#undef CONFIG_PRIORITY"
def_pthread_cache="#undef PTHREAD_CACHE"
_need_shmem=yes
for ac_option do
@@ -1433,7 +1435,9 @@ if win32 ; then
_ld_extra="$_ld_extra -lwinmm"
_pe_executable=yes
_timer=timer-win2.c
+ _priority=yes
def_dos_paths="#define HAVE_DOS_PATHS 1"
+ def_priority="#define CONFIG_PRIORITY 1"
fi
if mingw32 ; then
@@ -1456,7 +1460,9 @@ if os2 ; then
_exesuf=".exe"
_getch=getch2-os2.c
_need_shmem=no
+ _priority=yes
def_dos_paths="#define HAVE_DOS_PATHS 1"
+ def_priority="#define CONFIG_PRIORITY 1"
fi
for I in "$TMPDIR" "$TEMPDIR" "/tmp" ; do
@@ -8090,6 +8096,7 @@ OSS = $_ossaudio
PE_EXECUTABLE = $_pe_executable
PNG = $_png
PNM = $_pnm
+PRIORITY = $_priority
PULSE = $_pulse
PVR = $_pvr
QTX_CODECS = $_qtx
@@ -8355,6 +8362,7 @@ $def_macosx_bundle
$def_macosx_finder
$def_maemo
$def_named_asm_args
+$def_priority
$def_quicktime
$def_restrict_keyword
$def_rtc