diff options
Diffstat (limited to 'third_party/ffmpeg/binaries/chromium/README.chromium')
-rwxr-xr-x | third_party/ffmpeg/binaries/chromium/README.chromium | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/ffmpeg/binaries/chromium/README.chromium b/third_party/ffmpeg/binaries/chromium/README.chromium new file mode 100755 index 0000000..c7dba7c --- /dev/null +++ b/third_party/ffmpeg/binaries/chromium/README.chromium @@ -0,0 +1,12 @@ +Contains FFmpeg binaries suitable for Chromium. Essentially a build of FFmpeg +that only contains the following features: + Video codecs + - Theora + Audio codecs + - Vorbis + Container formats + - Ogg + +These were built using the instructions posted at: + http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/ffmpeg/ + http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/mingw/ |