[Ffmpeg-cvslog] r7237 - trunk/libavutil/common.h

mru subversion
Wed Dec 6 21:31:39 CET 2006


Author: mru
Date: Wed Dec  6 21:31:39 2006
New Revision: 7237

Modified:
   trunk/libavutil/common.h

Log:
remove 'restrict' definition, it is always #defined in config.h


Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h	(original)
+++ trunk/libavutil/common.h	Wed Dec  6 21:31:39 2006
@@ -47,11 +47,6 @@
 #    include <math.h>
 #endif /* HAVE_AV_CONFIG_H */
 
-/* Suppress restrict if it was not defined in config.h.  */
-#ifndef restrict
-#    define restrict
-#endif
-
 #ifndef always_inline
 #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
 #    define always_inline __attribute__((always_inline)) inline




More information about the ffmpeg-cvslog mailing list