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

Unified Diff: setup_links.py

Issue 1306813009: H.264 video codec support using OpenH264/FFmpeg (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase with master (and remove temporary debug prints) Created 4 years, 12 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: setup_links.py
diff --git a/setup_links.py b/setup_links.py
index 4ef40ead0aa4de7509120cec43d1dbf2d1e2eb16..492c38b70ed3dec5a010f39c29084d64f4397e05 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -40,6 +40,7 @@ DIRECTORIES = [
'third_party/colorama',
'third_party/drmemory',
'third_party/expat',
+ 'third_party/ffmpeg',
'third_party/instrumented_libraries',
'third_party/jsoncpp',
'third_party/libc++-static',
@@ -53,6 +54,7 @@ DIRECTORIES = [
'third_party/lss',
'third_party/nss',
'third_party/ocmock',
+ 'third_party/openh264',
'third_party/openmax_dl',
'third_party/opus',
'third_party/proguard',

Powered by Google App Engine
This is Rietveld 408576698