diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 02:09:20 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 02:09:20 +0000 |
commit | 0b9695e4d7207c23fec64eb685ddcd8ff76f4c9f (patch) | |
tree | 15301aa63239983bd1ebb0224c5fc47d0ceac8e1 /third_party/ffmpeg | |
parent | fc25aab270029d68109c4a1cc99bdc1e46f3c03b (diff) | |
download | chromium_src-0b9695e4d7207c23fec64eb685ddcd8ff76f4c9f.zip chromium_src-0b9695e4d7207c23fec64eb685ddcd8ff76f4c9f.tar.gz chromium_src-0b9695e4d7207c23fec64eb685ddcd8ff76f4c9f.tar.bz2 |
Retry of enabling video on linux. See related review: http://codereview.chromium.org/100195
The effective changes were:
1) Adding av_register_protocol into the def file for ffmpeg in windows.
2) Commenting out the drawing glue code for non-skia platforms.
3) Fixing some mac compilation error caused by code drift.
Review URL: http://codereview.chromium.org/99306
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15611 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ffmpeg')
-rw-r--r-- | third_party/ffmpeg/avformat-52.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/ffmpeg/avformat-52.def b/third_party/ffmpeg/avformat-52.def index ee5fa99..c709848 100644 --- a/third_party/ffmpeg/avformat-52.def +++ b/third_party/ffmpeg/avformat-52.def @@ -4,5 +4,5 @@ EXPORTS av_open_input_file av_read_frame av_register_all + av_register_protocol av_seek_frame - register_protocol |