diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-09-04 08:21:27 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-09-04 08:21:27 +0000 |
commit | a17236c53cd3ffe1d4eceb3be82b39001c006b3f (patch) | |
tree | 0ba3c659d54fbe8edd2f27c791adf59a5fa36df5 /configure | |
parent | dafc3856d9c34d85a5c172c66d6a6e8ffa201b03 (diff) | |
download | ffmpeg-a17236c53cd3ffe1d4eceb3be82b39001c006b3f.tar.gz |
MingW patches by (Glenn Maynard <g_sf at zewt dot org>)
Originally committed as revision 2203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -191,6 +191,10 @@ dv1394="no" ffserver="no" network="no" mingw32="yes" +LIBPREF="" +LIBSUF=".lib" +SLIBPREF="" +SLIBSUF=".dll" ;; CYGWIN*) v4l="no" @@ -885,6 +889,9 @@ if test "$mmx" = "yes" ; then echo "#define HAVE_MMX 1" >> $TMPH echo "#define __CPU__ 586" >> $TMPH fi +if test "$mingw32" = "yes" ; then + echo "TARGET_MINGW32=yes" >> config.mak +fi if test "$builtin_vector" = "yes" ; then echo "TARGET_BUILTIN_VECTOR=yes" >> config.mak echo "#define HAVE_BUILTIN_VECTOR 1" >> $TMPH |