> -4 is a large rewrite, and something may by missing from the
> GYP_DEFINES now.  Comparing the before and after rules files should
> help.
> 
> Best wishes,
> Mike

I suspect that you're correct. While Vimeo works here, I did notice that 
the Youtube HTML5 player had stopped working; it automatically reverted 
to using Flash.

The attached one-liner patch to debian/rules seems to address that 
problem on my system. This line in debian/rules was present in older 
Chromium packaging.

Cheers,
Christopher Martin
--- a/debian/rules
+++ b/debian/rules
@@ -64,6 +64,7 @@
 
 # enable proprietary codecs
 defines+=proprietary_codecs=1 \
+         ffmpeg_branding=Chrome \
 
 # icu
 defines+=use_system_icu=0 \

Reply via email to