mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 6c648329c4
			
		
	
	
		6c648329c4
		
	
	
	
	
		
			
			This changes MotionVector by removing the cpp file and moving all functions to the header, where they are now declared as constexpr so that they can be compile-time evaluated in LookupTables.h.
		
			
				
	
	
		
			12 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| set(SOURCES
 | |
|     MatroskaReader.cpp
 | |
|     VP9/BitStream.cpp
 | |
|     VP9/Decoder.cpp
 | |
|     VP9/Parser.cpp
 | |
|     VP9/ProbabilityTables.cpp
 | |
|     VP9/SyntaxElementCounter.cpp
 | |
|     VP9/TreeParser.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibVideo video)
 | |
| target_link_libraries(LibVideo LibAudio LibCore LibIPC LibGfx)
 |