[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 625 Set ffmpeg_branding=Chrome to enable the h264 decoder

Giuseppe Iuculano iuculano at debian.org
Sat Jun 26 15:40:30 UTC 2010


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 625
Revision Id: iuculano at debian.org-20100626154030-pubam9f38r21iw09
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Set ffmpeg_branding=Chrome to enable the h264 decoder


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/rules

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2010-06-26 07:47:56 +0000
+++ b/debian/changelog	2010-06-26 15:40:30 +0000
@@ -1,3 +1,9 @@
+chromium-browser (5.0.375.86~r49890-3) UNRELEASED; urgency=low
+
+  * Set ffmpeg_branding=Chrome to enable the h264 decoder
+
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sat, 26 Jun 2010 17:39:31 +0200
+
 chromium-browser (5.0.375.86~r49890-2) unstable; urgency=low
 
   * Partially revert info in about:version, it has significant impact in

=== modified file 'debian/rules'
--- a/debian/rules	2010-06-25 19:40:28 +0000
+++ b/debian/rules	2010-06-26 15:40:30 +0000
@@ -237,7 +237,7 @@
 endif
 
 # FFmpeg-mt
-GYP_DEFINES += build_ffmpegsumo=1
+GYP_DEFINES += build_ffmpegsumo=1 ffmpeg_branding=Chrome
 
 USE_SYSTEM_SQLITE := $(shell pkg-config 'sqlite3 >= 3.6.1' && echo 1 || echo 0)
 USE_SYSTEM_SQLITE := 0



More information about the Pkg-chromium-commit mailing list