Index: third_party/ffmpeg/README.chromium |
diff --git a/third_party/ffmpeg/README.chromium b/third_party/ffmpeg/README.chromium |
index 5184cf56f8989820b8db27f67e02a07384bd50e1..1aedd7865f1766b9229ad84237738401db6ad7c7 100644 |
--- a/third_party/ffmpeg/README.chromium |
+++ b/third_party/ffmpeg/README.chromium |
@@ -130,6 +130,8 @@ Detailed Directions: |
make libavcodec/libavcodec.so libavformat/libavformat.so \ |
> ffmpeg_build_log 2> ffmpeg_build_err |
+ For Mac, replace the ".so" in the files above with ".dylib". |
+ |
5) Check ffmpeg_build_err to see if there are any significant |
anomalies. FFmpeg source generates a lot of compiler warnings; it |
is safe to ignore those. |