mirror of
				https://github.com/webmproject/libwebp.git
				synced 2025-10-31 18:35:41 +01:00 
			
		
		
		
	Merge "picture_csp: fix build w/USE_GAMMA_COMPRESSION undefined"
This commit is contained in:
		| @@ -843,7 +843,7 @@ static int ImportYUVAFromRGBA(const uint8_t* const r_ptr, | |||||||
|   if (has_alpha) { |   if (has_alpha) { | ||||||
|     WebPInitAlphaProcessing(); |     WebPInitAlphaProcessing(); | ||||||
|     assert(step == 4); |     assert(step == 4); | ||||||
| #if defined(USE_INVERSE_ALPHA_TABLE) | #if defined(USE_GAMMA_COMPRESSION) && defined(USE_INVERSE_ALPHA_TABLE) | ||||||
|     assert(kAlphaFix + kGammaFix <= 31); |     assert(kAlphaFix + kGammaFix <= 31); | ||||||
| #endif | #endif | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user