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

Unified Diff: ffmpeg/copy_config.sh

Issue 7659006: Remove libvpx from FFmpeg in favour of ffvp8. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: Created 9 years, 4 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
Index: ffmpeg/copy_config.sh
diff --git a/ffmpeg/copy_config.sh b/ffmpeg/copy_config.sh
index b3228f9ef479a5924f2c9bc4f7b099cd8e552f28..d88b7b38853d4cd83993ad49739ba5371feb675a 100755
--- a/ffmpeg/copy_config.sh
+++ b/ffmpeg/copy_config.sh
@@ -42,3 +42,5 @@ cp build.x64.linux/ChromiumOS/config.h source/config/ChromiumOS/linux/x64/c
cp build.x64.linux/ChromiumOS/config.asm source/config/ChromiumOS/linux/x64/config.asm
cp build.arm.linux/ChromiumOS/config.h source/config/ChromiumOS/linux/arm/config.h
cp build.arm-neon.linux/ChromiumOS/config.h source/config/ChromiumOS/linux/arm-neon/config.h
+
+echo "Copied all configs successfully."

Powered by Google App Engine
This is Rietveld 408576698