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

Unified Diff: third_party/ffmpeg/ffmpeg.gyp

Issue 1107014: ffmpeg enable wmapro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « no previous file | third_party/ffmpeg/source/config/Chrome/linux/arm-neon/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ffmpeg/ffmpeg.gyp
===================================================================
--- third_party/ffmpeg/ffmpeg.gyp (revision 42298)
+++ third_party/ffmpeg/ffmpeg.gyp (working copy)
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# TODO(fbarchard): Add wmapro.
# TODO(ajwong): Determine if we want to statically link libz.
{
@@ -223,6 +222,7 @@
'source/patched-ffmpeg-mt/libavcodec/vc1dsp.c',
'source/patched-ffmpeg-mt/libavcodec/wma.c',
'source/patched-ffmpeg-mt/libavcodec/wmadec.c',
+ 'source/patched-ffmpeg-mt/libavcodec/wmaprodec.c', # TODO(fbarchard): Review this file.
'source/patched-ffmpeg-mt/libavcodec/wmv2.c',
'source/patched-ffmpeg-mt/libavcodec/wmv2dec.c',
'source/patched-ffmpeg-mt/libavcodec/vc1_asftoannexg_bsf.c', # TODO(fbarchard): Review this file.
« no previous file with comments | « no previous file | third_party/ffmpeg/source/config/Chrome/linux/arm-neon/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698