[FFmpeg-cvslog] r12466 - trunk/libavcodec/ppc/mathops.h

mru subversion
Mon Mar 17 03:33:06 CET 2008


Author: mru
Date: Mon Mar 17 03:33:05 2008
New Revision: 12466

Log:
typo: add missing \ in multi-line macro


Modified:
   trunk/libavcodec/ppc/mathops.h

Modified: trunk/libavcodec/ppc/mathops.h
==============================================================================
--- trunk/libavcodec/ppc/mathops.h	(original)
+++ trunk/libavcodec/ppc/mathops.h	Mon Mar 17 03:33:05 2008
@@ -30,8 +30,8 @@
 
 /* signed 16x16 -> 32 multiply */
 #   define MUL16(ra, rb) \
-        ({ int __rt;
-         asm ("mullhw %0, %1, %2" : "=r" (__rt) : "r" (ra), "r" (rb));
+        ({ int __rt; \
+         asm ("mullhw %0, %1, %2" : "=r" (__rt) : "r" (ra), "r" (rb)); \
          __rt; })
 #endif
 




More information about the ffmpeg-cvslog mailing list