Commit 4b7aa88c authored by michael's avatar michael

dummy avcodec_thread_init() to avoid linking issues


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3122 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c08d492f
...@@ -890,3 +890,8 @@ void av_log_set_callback(void (*callback)(void*, int, const char*, va_list)) ...@@ -890,3 +890,8 @@ void av_log_set_callback(void (*callback)(void*, int, const char*, va_list))
av_log_callback = callback; av_log_callback = callback;
} }
#if !defined(HAVE_PTHREADS) && !defined(HAVE_W32THREADS)
int avcodec_thread_init(AVCodecContext *s, int thread_count){
return -1;
}
#endif
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