https://bugzilla.novell.com/show_bug.cgi?id=847971 https://bugzilla.novell.com/show_bug.cgi?id=847971#c16 --- Comment #16 from Cristian Morales Vega <christian.morales.vega@gmail.com> 2013-11-27 13:47:40 UTC --- OK, I start to see what you mean. I didn't notice the code you quoted was in media/media.gyp (as you said). But AFAIK, none of the files inside that 'proprietary_codecs==1 or branding=="Chrome"' is a problem. For example, mp4/aac.cc is not an AAC decoder. The AAC decoder AFAIS *is* in ffmpegsumo. And is the H264 one. You should not need to patch out that "proprietary_codecs==1". It can be left there, without "-Dffmpeg_branding=Chrome" (the one which was added in the "Update" repo) all that code is harmless. The only problematic code to include in openSUSE is the one enabled with "-Dffmpeg_branding=Chrome". Summarizing, what problem do you see with building with "proprietary_codecs==1" and without "-Dffmpeg_branding=Chrome"? The way it was done in openSUSE 12.3 before the updates. Does it fail to build? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.