This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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
tags/v0.5
Roman Shaposhnik
Michael Niedermayer
22 years ago
parent
5064357588
commit
c9f97d8251
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -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
Write
Preview
Loading…
Cancel
Save