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

Unified Diff: patches/to_upstream/01_static_pthread_O2.patch

Issue 3066011: ffmpeg configured with webm decode only to avoid postproc that pulls in unuse... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/ffmpeg/
Patch Set: '' Created 10 years, 5 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
Index: patches/to_upstream/01_static_pthread_O2.patch
===================================================================
--- patches/to_upstream/01_static_pthread_O2.patch (revision 53990)
+++ patches/to_upstream/01_static_pthread_O2.patch (working copy)
@@ -1,6 +1,6 @@
diff -rpu -N orig/configure ffmpeg-mt/configure
---- orig/configure 2010-07-19 13:35:49.151379500 -0700
-+++ ffmpeg-mt/configure 2010-07-19 13:35:56.717379500 -0700
+--- orig/configure 2010-07-27 13:05:17.865562700 -0700
++++ ffmpeg-mt/configure 2010-07-27 13:05:29.670743100 -0700
@@ -1788,7 +1788,7 @@ if $cc -v 2>&1 | grep -qi ^gcc; then
CC_DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
AS_DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
@@ -29,8 +29,8 @@
check_cflags -Qunused-arguments
elif enabled armcc; then
diff -rpu -N orig/libavcodec/allcodecs.c ffmpeg-mt/libavcodec/allcodecs.c
---- orig/libavcodec/allcodecs.c 2010-07-19 13:35:49.541379500 -0700
-+++ ffmpeg-mt/libavcodec/allcodecs.c 2010-07-19 13:35:56.732979500 -0700
+--- orig/libavcodec/allcodecs.c 2010-07-27 13:05:18.281604300 -0700
++++ ffmpeg-mt/libavcodec/allcodecs.c 2010-07-27 13:05:29.675743600 -0700
@@ -45,6 +45,14 @@
extern AVBitStreamFilter x##_bsf; \
if(CONFIG_##X##_BSF) av_register_bitstream_filter(&x##_bsf); }
Property changes on: patches\to_upstream\01_static_pthread_O2.patch
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698