diff --git a/configure b/configure index bab60829c0..d93d5c5712 100755 --- a/configure +++ b/configure @@ -421,6 +421,7 @@ CONFIG_LIST=' vhook video4linux video4linux2 + wince x264 xvid zlib @@ -572,7 +573,7 @@ a52bin="no" dts="no" pp="no" mingw32="no" -mingwce="no" +wince="no" os2="no" lstatic="yes" lshared="no" @@ -933,7 +934,7 @@ for opt do ;; --enable-mingw32) mingw32="yes" ;; - --enable-mingwce) mingwce="yes" + --enable-mingwce) wince="yes" ;; --enable-static) lstatic="yes" ;; @@ -1029,7 +1030,7 @@ else logfile=/dev/null fi -if test "$mingw32" = "yes" -o "$mingwce" = "yes"; then +if test "$mingw32" = "yes" -o "$wince" = "yes"; then if test "$lshared" = "yes" && test "$lstatic" = "yes" ; then cat <> $TMPH - echo "#define __MINGW32__ 1" >> $TMPH - echo "#endif" >> $TMPH -fi - -if test "$mingwce" = "yes" ; then - echo "#define CONFIG_WINCE 1" >> $TMPH - echo "#ifndef __MINGW32__" >> $TMPH - echo "#define __MINGW32__ 1" >> $TMPH - echo "#endif" >> $TMPH -fi - if test "$os2" = "yes" ; then echo "#define CONFIG_OS2 1" >> $TMPH fi