mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	Cosmetic change: remove the whitespace after 'defined'
Originally committed as revision 12501 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -48,7 +48,7 @@ | |||||||
|     #define av_malloc_attrib |     #define av_malloc_attrib | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #if defined (__GNUC__) && (__GNU__ > 4 || __GNU__ == 4 && __GNU_MINOR__ > 1) | #if defined(__GNUC__) && (__GNU__ > 4 || __GNU__ == 4 && __GNU_MINOR__ > 1) | ||||||
|     #define av_alloc_size(n) __attribute__((alloc_size(n))) |     #define av_alloc_size(n) __attribute__((alloc_size(n))) | ||||||
| #else | #else | ||||||
|     #define av_alloc_size(n) |     #define av_alloc_size(n) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zuxy Meng
					Zuxy Meng