mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 20:42:49 +08:00 
			
		
		
		
	1000l
btw what is the sense in all these nonsense REAL_* macros? the extra level of indirection seems to help nothing... can we reverse that and commit a sane replacement? Originally committed as revision 3587 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -50,7 +50,7 @@ | |||||||
| #ifdef HAVE_MMX2 | #ifdef HAVE_MMX2 | ||||||
| #define REAL_PAVGB(a,b) "pavgb " #a ", " #b " \n\t" | #define REAL_PAVGB(a,b) "pavgb " #a ", " #b " \n\t" | ||||||
| #elif defined (HAVE_3DNOW) | #elif defined (HAVE_3DNOW) | ||||||
| #define REAL_RPAVGB(a,b) "pavgusb " #a ", " #b " \n\t" | #define REAL_PAVGB(a,b) "pavgusb " #a ", " #b " \n\t" | ||||||
| #endif | #endif | ||||||
| #define PAVGB(a,b)  REAL_PAVGB(a,b) | #define PAVGB(a,b)  REAL_PAVGB(a,b) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 D Richard Felker III
					D Richard Felker III