summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-07-10 22:57:52 +0000
committerMåns Rullgård <mans@mansr.com>2007-07-10 22:57:52 +0000
commit4bb01c1e7417eb076f75afcfecc117516d41c2b0 (patch)
treee4cb4e6605903c57a0b5c1dfebb8b6ebd770df81 /configure
parent7c37e504f0aaeca15fa4fcfda3ac1932cd158d57 (diff)
remove OS/2 support
Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure24
1 files changed, 0 insertions, 24 deletions
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"
;;