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

Unified Diff: libvpx/libvpx.gyp

Issue 7659006: Remove libvpx from FFmpeg in favour of ffvp8. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party
Patch Set: fixes 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
« no previous file with comments | « ffmpeg/source/ffmpeg_stub_headers.fragment ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx/libvpx.gyp
diff --git a/libvpx/libvpx.gyp b/libvpx/libvpx.gyp
index 6f6e7cfcc300b61d470579b4311dcf30c836624a..74a73c15642435f2b7cf4563fafbdcc1bd110da1 100644
--- a/libvpx/libvpx.gyp
+++ b/libvpx/libvpx.gyp
@@ -143,6 +143,11 @@
'source/libvpx/vp8/decoder',
'source/libvpx/vp8/encoder',
],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'source/libvpx',
+ ],
+ },
'cflags!': [
# Ensure the symbols are exported since this library gets wrapped by
# ffmpeg's shared lib. When we stop doing that (crbug.com/70687)
« no previous file with comments | « ffmpeg/source/ffmpeg_stub_headers.fragment ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698