mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:52:44 +00:00 
			
		
		
		
	 fb0c226da3
			
		
	
	
		fb0c226da3
		
	
	
	
	
		
			
			This doesn't appear to have had a measurable impact on performance, and behavior is the same. With the tiles using independent BooleanDecoders with their own backing BitStreams, we're even one step closer to threaded tiles!
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			485 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			485 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     Color/ColorConverter.cpp
 | |
|     Color/ColorPrimaries.cpp
 | |
|     Color/TransferCharacteristics.cpp
 | |
|     Containers/Matroska/MatroskaDemuxer.cpp
 | |
|     Containers/Matroska/Reader.cpp
 | |
|     PlaybackManager.cpp
 | |
|     VideoFrame.cpp
 | |
|     VP9/BooleanDecoder.cpp
 | |
|     VP9/Decoder.cpp
 | |
|     VP9/Parser.cpp
 | |
|     VP9/ProbabilityTables.cpp
 | |
|     VP9/SyntaxElementCounter.cpp
 | |
|     VP9/TreeParser.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibVideo video)
 | |
| target_link_libraries(LibVideo PRIVATE LibAudio LibCore LibIPC LibGfx)
 |