From 0b9695e4d7207c23fec64eb685ddcd8ff76f4c9f Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Fri, 8 May 2009 02:09:20 +0000 Subject: 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 --- third_party/ffmpeg/avformat-52.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') 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 -- cgit v1.1