Commit cba7e5eb authored by ramiro's avatar ramiro

Add attribute_align_arg to os2thread.c.

Patch by Dave Yeo.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12447 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 97b2dc8d
......@@ -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(;;){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment