From b96644bfe36a1c9a2354fda63987e5d282cab2f5 Mon Sep 17 00:00:00 2001 From: Dave Yeo Date: Sat, 15 Mar 2008 12:28:35 +0000 Subject: Add attribute_align_arg to os2thread.c. Patch by Dave Yeo. Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/os2thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/os2thread.c') diff --git a/libavcodec/os2thread.c b/libavcodec/os2thread.c index 5c74a7d658..583f255ea0 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(;;){ -- cgit v1.2.3