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

Unified Diff: third_party/ffmpeg/README.chromium

Issue 113748: New FFmpeg public API headers to match our source tarball in deps. (Closed)
Patch Set: Fixes Created 11 years, 7 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 | « media/filters/ffmpeg_video_decoder.cc ('k') | third_party/ffmpeg/avcodec-52.def » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/README.chromium
diff --git a/third_party/ffmpeg/README.chromium b/third_party/ffmpeg/README.chromium
index 816d4d065ce9c3450320b01fda939529d5c30b9d..9548c1d8119e60bbe4deb0cb5b11ff9b1f626a15 100644
--- a/third_party/ffmpeg/README.chromium
+++ b/third_party/ffmpeg/README.chromium
@@ -1,12 +1,16 @@
This contains FFmpeg's public header files from the output of a "make install"
-command. The header files are from FFmpeg revision 18286.
+command. The header files are from Chromium's copy of FFmpeg.
Steps to reproduce:
- 1) If on Windows, refer to http://ffmpeg.arrozcru.org for environment setup
- 2) Check out FFmpeg from their repository
- 3) ./configure --prefix=/path/to/chrome/src/third_party/ffmpeg
- 4) make && make install
- 5) Remove bin and lib folders, leaving the include folder behind
+ 1) If on Windows, refer to our MinGW/MSYS environment setup:
+ http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/mingw/
+ 2) Grab Chromium's copy of FFmpeg:
+ http://src.chromium.org/viewvc/chrome/trunk/deps/third_party/ffmpeg/
+ 3) Follow the instructions to build and install.
+ 4) Go to your install location and copy the following into the Chromium tree:
+ /path/to/install/include/libavcodec
+ /path/to/install/include/libavformat
+ /path/to/install/include/libavutil
The project contains some hand-written DEF files used to generate import
libraries to permit dynamically loading FFmpeg. The libaries are linked in
@@ -17,4 +21,3 @@ export every method by ordinal, which makes binary compatability with different
builds of FFmpeg difficult if not impossible. Furthermore, it is much easier
to update a DEF file instead of rebuilding FFmpeg to generate new import
libraries.
-
« no previous file with comments | « media/filters/ffmpeg_video_decoder.cc ('k') | third_party/ffmpeg/avcodec-52.def » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698