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

Side by Side Diff: chromium/ffmpeg_stub_headers.fragment

Issue 9290059: Initial commit of all previous Chrome build scripts. (Closed) Base URL: http://git.chromium.org/chromium/third_party/ffmpeg.git@master
Patch Set: Drop deprecated subfolder. Created 8 years, 11 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
(Empty)
1 // These are some extra includes needed in the generated stub file for defining
2 // various FFmpeg types.
3
4 extern "C" {
5
6 #include <libavcodec/avcodec.h>
7 #include <libavcodec/avfft.h>
8 #include <libavformat/avformat.h>
9
10 typedef int (*AVLockMgrOperation)(void**, enum AVLockOp);
11
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698