Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: chromium/scripts/build_ffmpeg.sh

Issue 9325049: Fixup chromium specific bits after merge. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: Code review fixes. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromium/ffmpeg_stub_headers.fragment ('k') | chromium/scripts/copy_config.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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."
« no previous file with comments | « chromium/ffmpeg_stub_headers.fragment ('k') | chromium/scripts/copy_config.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698