Index: chromium/scripts/build_ffmpeg.sh |
diff --git a/chromium/scripts/build_ffmpeg.sh b/chromium/scripts/build_ffmpeg.sh |
index 3f67d4e5c17f5733e5525de235144f384b762e6f..b6a26f5ef0a0e7a25602644da8b7b08347338684 100755 |
--- a/chromium/scripts/build_ffmpeg.sh |
+++ b/chromium/scripts/build_ffmpeg.sh |
@@ -54,9 +54,10 @@ if [ ! -f "$FFMPEG_PATH/chromium/scripts/$(basename $0)" ]; then |
exit 1 |
fi |
-# If configure & make works but this script doesn't, make sure to grep for these. |
-LIBAVCODEC_VERSION_MAJOR=53 |
-LIBAVFORMAT_VERSION_MAJOR=53 |
+# If configure & make works but this script doesn't, make sure to grep for |
+# these. |
+LIBAVCODEC_VERSION_MAJOR=54 |
+LIBAVFORMAT_VERSION_MAJOR=54 |
LIBAVUTIL_VERSION_MAJOR=51 |
case $(uname -sm) in |
@@ -391,4 +392,5 @@ if [ "$TARGET_OS" = "linux" ]; then |
build ChromeOS $FLAGS_COMMON $FLAGS_CHROME $FLAGS_CHROMEOS |
fi |
-echo "Done. If desired you may copy config.h/config.asm into the source/config tree using copy_config.sh." |
+echo "Done. If desired you may copy config.h/config.asm into the" \ |
+ "source/config tree using copy_config.sh." |