Move chromium to it's own place OBS-URL: https://build.opensuse.org/request/show/79098 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1
		
			
				
	
	
		
			18 lines
		
	
	
		
			625 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			625 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: chromium-106.0.5249.91/media/BUILD.gn
 | 
						|
===================================================================
 | 
						|
--- chromium-106.0.5249.91.orig/media/BUILD.gn
 | 
						|
+++ chromium-106.0.5249.91/media/BUILD.gn
 | 
						|
@@ -64,12 +64,6 @@ buildflag_header("media_buildflags") {
 | 
						|
   }
 | 
						|
 }
 | 
						|
 
 | 
						|
-if (proprietary_codecs && media_use_ffmpeg) {
 | 
						|
-  assert(
 | 
						|
-      ffmpeg_branding != "Chromium",
 | 
						|
-      "proprietary codecs and ffmpeg_branding set to Chromium are incompatible")
 | 
						|
-}
 | 
						|
-
 | 
						|
 # Common configuration for targets in the media directory; these must not be
 | 
						|
 # exported since things like USE_NEON have different meanings elsewhere in the
 | 
						|
 # code base.
 |