summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-04-20 23:45:53 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-04-20 23:45:53 +0000
commit61bc79ec9cf79dc92ac80045df69bc87d598f825 (patch)
treedb8ca79c481b4b783202053d353093050d53c40e /configure
parent3154f6dbf972b27c41c64da3c4e0e776f74145d4 (diff)
remove possibly broken wince cruft
Originally committed as revision 8763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 0 insertions, 8 deletions
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"