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

Side by Side Diff: chromium/ffmpeg_stub_headers.fragment

Issue 9325049: Fixup chromium specific bits after merge. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: Add windows, mac configs, binaries. 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 unified diff | Download patch
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 #include <libavformat/url.h>
9 10
10 typedef int (*AVLockMgrOperation)(void**, enum AVLockOp); 11 typedef int (*AVLockMgrOperation)(void**, enum AVLockOp);
11 12
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698