Jogh <163jogh <at> 163.com> writes:

> Since currently the configure file in ffmpeg don't 
> support mingw other than mingw32.
> ``` slice in ffmpeg/configure
> exesuf() {
>     case $1 in
>         mingw32*|win32|win64|cygwin*|*-dos|
> freedos|opendos|os/2*|symbian) echo .exe ;;
>     esac
> }

$ grep -n2 mingw64 configure
3314-exesuf() {
3315-    case $1 in
3316:        mingw32*|mingw64*|win32|win64|cygwin*|*-dos|
> freedos|opendos|os/2*|symbian) echo .exe ;;
3317-    esac
3318-}

Carl Eugen

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to