diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-04-04 13:38:46 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-04-04 13:38:46 +0000 |
commit | c9f97d8251e4c983aef846eb1e696de9f695c7d4 (patch) | |
tree | d9de8c87ecb9cb1ce80a4533c9e935323e557c1a | |
parent | 5064357588a187672ca64c169dc6e6e406777629 (diff) | |
download | ffmpeg-c9f97d8251e4c983aef846eb1e696de9f695c7d4.tar.gz |
making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)
Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then fi fi -if test "$small" == "yes"; then +if test "$small" = "yes"; then # CFLAGS=${CFLAGS//-O3/-Os} CFLAGS="$CFLAGS -Os" fi |