Add attribute_align_arg to os2thread.c.

Patch by Dave Yeo.

Originally committed as revision 12447 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Dave Yeo 17 years ago committed by Ramiro Polla
parent 69b192acb8
commit b96644bfe3
  1. 2
      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(;;){

Loading…
Cancel
Save