diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-20 23:45:53 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2007-04-20 23:45:53 +0000 |
commit | 61bc79ec9cf79dc92ac80045df69bc87d598f825 (patch) | |
tree | db8ca79c481b4b783202053d353093050d53c40e /configure | |
parent | 3154f6dbf972b27c41c64da3c4e0e776f74145d4 (diff) | |
download | ffmpeg-61bc79ec9cf79dc92ac80045df69bc87d598f825.tar.gz |
remove possibly broken wince cruft
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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" |