[MPlayer-cvslog] r21573 - trunk/mpbswap.h

reimar subversion at mplayerhq.hu
Sun Dec 10 15:46:37 CET 2006


Author: reimar
Date: Sun Dec 10 15:46:37 2006
New Revision: 21573

Modified:
   trunk/mpbswap.h

Log:
Remove no longer needed always_inline hack in mpbswap.h


Modified: trunk/mpbswap.h
==============================================================================
--- trunk/mpbswap.h	(original)
+++ trunk/mpbswap.h	Sun Dec 10 15:46:37 2006
@@ -1,8 +1,6 @@
 #ifndef MPBSWAP_H
 #define MPBSWAP_H
 
-#define always_inline inline
 #include "libavutil/bswap.h"
-#undef always_inline
 
 #endif /* MPBSWAP_H */



More information about the MPlayer-cvslog mailing list