diff pthread.c @ 4283:d6f83e2f8804 libavcodec

rename always_inline to av_always_inline and move to common.h
author mru
date Fri, 08 Dec 2006 00:35:08 +0000
parents c8c591fe26f8
children f99e40a7155b
line wrap: on
line diff
--- a/pthread.c	Thu Dec 07 18:35:58 2006 +0000
+++ b/pthread.c	Fri Dec 08 00:35:08 2006 +0000
@@ -76,7 +76,7 @@
     }
 }
 
-static always_inline void avcodec_thread_park_workers(ThreadContext *c, int thread_count)
+static av_always_inline void avcodec_thread_park_workers(ThreadContext *c, int thread_count)
 {
     pthread_cond_wait(&c->last_job_cond, &c->current_job_lock);
     pthread_mutex_unlock(&c->current_job_lock);