From 61bc79ec9cf79dc92ac80045df69bc87d598f825 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 20 Apr 2007 23:45:53 +0000 Subject: remove possibly broken wince cruft Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 60255fbd89..54efb2c1ac 100755 --- a/configure +++ b/configure @@ -62,7 +62,6 @@ show_help(){ echo " --shlibdir=DIR install shared libs in DIR [PREFIX/lib]" echo " --incdir=DIR install includes in DIR [PREFIX/include/ffmpeg]" echo " --mandir=DIR install man page in DIR [PREFIX/man]" - echo " --enable-mingwce enable MinGW native/cross WinCE compile" echo " --enable-static build static libraries [default=yes]" echo " --disable-static do not build static libraries [default=no]" echo " --enable-shared build shared libraries [default=no]" @@ -597,7 +596,6 @@ CONFIG_LIST=' vhook v4l v4l2 - wince x11grab x264 xvid @@ -779,7 +777,6 @@ bigendian="no" targetos=$(tolower $(uname -s)) beos_netserver="no" os2="no" -wince="no" # non-library system interfaces audio_beos="default" @@ -937,8 +934,6 @@ for opt do ;; --cpu=*) cpu="$optval" ;; - --enable-mingwce) wince="yes" - ;; --disable-opts) optimize="no" ;; --enable-small) optimize="small" @@ -1139,9 +1134,6 @@ EOF dv1394="no" ffserver="no" network="no" - if enabled wince; then - protocols="no" - fi SLIBPREF="" SLIBSUF=".dll" EXESUF=".exe" -- cgit v1.2.3