[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dsputil.h,1.131,1.132
Måns Rullgård CVS
mru
Fri Mar 24 02:33:24 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv22845/libavcodec
Modified Files:
dsputil.h
Log Message:
ST16 is undefined for non-GNU compilers.
Patch by Steve Lhomme <slhomme at divxcorp com>
Index: dsputil.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dsputil.h,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- dsputil.h 23 Mar 2006 20:16:36 -0000 1.131
+++ dsputil.h 24 Mar 2006 01:33:22 -0000 1.132
@@ -543,6 +543,7 @@
#define LD32(a) (*((uint32_t*)(a)))
#define LD64(a) (*((uint64_t*)(a)))
+#define ST16(a, b) *((uint16_t*)(a)) = (b)
#define ST32(a, b) *((uint32_t*)(a)) = (b)
#endif /* !__GNUC__ */
More information about the ffmpeg-cvslog
mailing list