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

Side by Side Diff: ffmpeg/source/ffmpeg_stub_headers.fragment

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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ffmpeg/source/ffmpeg_generated.gypi ('k') | libvpx/libvpx.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // These are some extra includes needed in the generated stub file for defining 1 // These are some extra includes needed in the generated stub file for defining
2 // various FFmpeg types. 2 // various FFmpeg types.
3 3
4 extern "C" { 4 extern "C" {
5 5
6 #include <libavcodec/avcodec.h> 6 #include <libavcodec/avcodec.h>
7 #include <libavcodec/avfft.h> 7 #include <libavcodec/avfft.h>
8 #include <libavformat/avformat.h> 8 #include <libavformat/avformat.h>
9 9
10 #define VPX_CODEC_DISABLE_COMPAT 1
11 #include "third_party/libvpx/libvpx.h"
12
13 typedef int (*AVLockMgrOperation)(void**, enum AVLockOp); 10 typedef int (*AVLockMgrOperation)(void**, enum AVLockOp);
14 11
15 } 12 }
OLDNEW
« no previous file with comments | « ffmpeg/source/ffmpeg_generated.gypi ('k') | libvpx/libvpx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698