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
fixing typo in some outcommentet code
Originally committed as revision 1727 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
23 years ago
parent
553a628497
commit
98ca7790e3
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
@@ -574,7 +574,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then
fi
if test "$small" == "yes"; then
# CFLAGS=${CF
A
LGS//-O3/-Os}
# CFLAGS=${CFL
A
GS//-O3/-Os}
CFLAGS="$CFLAGS -Os"
fi
Write
Preview
Loading…
Cancel
Save