[SCM] libav/experimental: Add attribute_align_arg to os2thread.c. Patch by Dave Yeo.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:17:01 UTC 2013
The following commit has been merged in the experimental branch:
commit b96644bfe36a1c9a2354fda63987e5d282cab2f5
Author: Dave Yeo <daveryeo at telus.net>
Date: Sat Mar 15 12:28:35 2008 +0000
Add attribute_align_arg to os2thread.c.
Patch by Dave Yeo.
Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c
index 5c74a7d..583f255 100644
--- a/libavcodec/os2thread.c
+++ b/libavcodec/os2thread.c
@@ -39,7 +39,7 @@ typedef struct ThreadContext{
}ThreadContext;
-void thread_func(void *v){
+void attribute_align_arg thread_func(void *v){
ThreadContext *c= v;
for(;;){
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list