diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-08-12 18:20:29 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-08-12 18:20:29 +0000 |
commit | 36b58e850dec536b7dce5f9358744025e84d6ef9 (patch) | |
tree | dee3cfcf92f33839f725bf9244066e8c1f56dd13 /configure | |
parent | bdb2e37c4aca0ee92b6b642ca76ddfd79c255553 (diff) | |
download | ffmpeg-36b58e850dec536b7dce5f9358744025e84d6ef9.tar.gz |
* fixing a regression in mpeg encoder (not setting pix_fmt),
this is hardly the right way to do things, but it'll suffice for now.
* patch from Gildas Bazin
gbazin at altern dot org
* fix for a 10l in configure
* gcc 2.95.3 and Solaris build in general are not ready
for -Werror in libavformat/Makefile
Originally committed as revision 2123 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -870,7 +870,6 @@ elif test "$cpu" = "powerpc" ; then elif test "$cpu" = "mips" ; then echo "TARGET_ARCH_MIPS=yes" >> config.mak echo "#define ARCH_MIPS 1" >> $TMPH -fi elif test "$cpu" = "sh4" ; then echo "TARGET_ARCH_SH4=yes" >> config.mak echo "#define ARCH_SH4 1" >> $TMPH |