On Thursday, July 4, 2013, Diego Biurrun <[email protected]> wrote: > On 2013-07-04 16:16, Sean McGovern wrote: >> >> --- a/libavfilter/pthread.c >> +++ b/libavfilter/pthread.c >> @@ -144,7 +144,7 @@ static int thread_execute(AVFilterContext *ctx, action_func *func, >> >> -static int thread_init(ThreadContext *c, int nb_threads) >> +static int _thread_init(ThreadContext *c, int nb_threads) >> { >> @@ -207,7 +207,7 @@ int ff_graph_thread_init(AVFilterGraph *graph) >> - ret = thread_init(graph->internal->thread, graph->nb_threads); >> + ret = _thread_init(graph->internal->thread, graph->nb_threads); >> if (ret <= 1) { > > What does this conflict with? >
Oops... This is still important but not meant for this set. seanmcg@power-aix:~/build/libav$ grep thread_init /usr/include/sys/thread.h void thread_init(); void thread_init(ulong, ulong, ulong, ulong); void thread_init(unsigned long long, unsigned long long); -- Sean McG. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
