Mercurial > mplayer.hg
diff configure @ 26319:b90151a7dcbb
Move decision about which getch2 and timer file to compile to configure.
author | diego |
---|---|
date | Tue, 08 Apr 2008 18:03:14 +0000 |
parents | 7e0162c50768 |
children | 8fadd02c498c |
line wrap: on
line diff
--- a/configure Tue Apr 08 17:31:25 2008 +0000 +++ b/configure Tue Apr 08 18:03:14 2008 +0000 @@ -1311,6 +1311,8 @@ fi +_timer=timer-linux.c +_getch=getch2.c if freebsd ; then _ld_extra="$_ld_extra -L/usr/local/lib" _inc_extra="$_inc_extra -I/usr/local/include" @@ -1324,6 +1326,7 @@ if darwin; then _ld_extra="$_ld_extra -L/usr/local/lib" _inc_extra="$_inc_extra -I/usr/local/include" + _timer=timer-darwin.c fi if aix ; then @@ -1341,11 +1344,13 @@ # -lwinmm is always needed for osdep/timer-win2.c _ld_extra="$_ld_extra -lwinmm" _confwin32='TARGET_WIN32 = yes' + _timer=timer-win2.c else _confwin32='TARGET_WIN32 = no' fi if mingw32 ; then + _getch=getch2-win.c _need_shmem=no fi @@ -1366,6 +1371,7 @@ if os2 ; then _exesuf=".exe" + _getch=getch2-os2.c _need_shmem=no _ar="emxomfar -p256" _ranlib="echo ignoring ranlib" @@ -7740,6 +7746,9 @@ NEED_SWAB = $_need_swab NEED_VSSCANF = $_need_vsscanf +GETCH = $_getch +TIMER = $_timer + # audio output OSS = $_ossaudio ALSA = $_alsa