paulhsu / csipsimple

Automatically exported from code.google.com/p/csipsimple
1 stars 1 forks source link

ffmpeg toolchain bug #2014

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout nightly build 1949
2. jni/ffmpeg/build_ffmpeg.sh has a typographical error

Please provide any additional information below.

Here is a patch to fix it.

--- jni/ffmpeg/build_ffmpeg.sh  (revision 1949)
+++ jni/ffmpeg/build_ffmpeg.sh  (working copy)
@@ -31,7 +31,7 @@
 FLAGS="$FLAGS --disable-everything"
 #FLAGS="$FLAGS --enable-small"
 FLAGS="$FLAGS --enable-gpl"
-FALGS="$FLAGS --enable-runtime-cpudetect"
+FLAGS="$FLAGS --enable-runtime-cpudetect"

 # For h263
 FLAGS="$FLAGS --enable-decoder=h263 --enable-encoder=h263"

Original issue reported on code.google.com by phazl...@gmail.com on 6 Oct 2012 at 2:14

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1950.

Original comment by r3gis...@gmail.com on 6 Oct 2012 at 4:00

GoogleCodeExporter commented 9 years ago
Thanks :)

Original comment by r3gis...@gmail.com on 6 Oct 2012 at 4:01