diff os2thread.c @ 6496:8fbbe12e0c39 libavcodec

Add attribute_align_arg to os2thread.c. Patch by Dave Yeo.
author ramiro
date Sat, 15 Mar 2008 12:28:35 +0000
parents 2b72f9bc4f06
children a9734fe0811e
line wrap: on
line diff
--- a/os2thread.c	Sat Mar 15 12:24:31 2008 +0000
+++ b/os2thread.c	Sat Mar 15 12:28:35 2008 +0000
@@ -39,7 +39,7 @@
 }ThreadContext;
 
 
-void thread_func(void *v){
+void attribute_align_arg thread_func(void *v){
     ThreadContext *c= v;
 
     for(;;){