From 4bb01c1e7417eb076f75afcfecc117516d41c2b0 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 10 Jul 2007 22:57:52 +0000 Subject: remove OS/2 support Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 77104ebb24..50be51d383 100755 --- a/configure +++ b/configure @@ -71,7 +71,6 @@ show_help(){ echo " --enable-pp enable GPLed postprocessing support [default=no]" echo " --enable-swscaler software scaler support [default=no]" echo " --enable-beosthreads use BeOS threads [default=no]" - echo " --enable-os2threads use OS/2 threads [default=no]" echo " --enable-pthreads use pthreads [default=no]" echo " --enable-w32threads use Win32 threads [default=no]" echo " --enable-x11grab enable X11 grabbing [default=no]" @@ -613,7 +612,6 @@ CONFIG_LIST=' THREADS_LIST=' beosthreads - os2threads pthreads w32threads ' @@ -676,7 +674,6 @@ HAVE_LIST=" malloc_h memalign mlib - os2 ppc64 sdl sdl_video_size @@ -1184,27 +1181,6 @@ case $targetos in targetos=irix ranlib="echo ignoring ranlib" ;; - os/2) - TMPE=$TMPE".exe" - ar="emxomfar -p128" - ranlib="echo ignoring ranlib" - strip="echo ignoring strip" - add_cflags "-Zomf" - FFLDFLAGS="-Zomf -Zstack 16384 -s" - SHFLAGS="-Zdll -Zomf" - FFSERVERLDFLAGS="" - LIBPREF="" - LIBSUF=".lib" - SLIBPREF="" - SLIBSUF=".dll" - EXESUF=".exe" - osextralibs="" - pkg_requires="" - dv1394="no" - ffserver="no" - vhook="no" - os2="yes" - ;; *) targetos="${targetos}-UNKNOWN" ;; -- cgit v1.2.3