[x264-devel] bug in common/cpu.c
Guillaume Poirier
gpoirier at mplayerhq.hu
Wed Jul 18 15:28:44 CEST 2007
Anders Brownworth wrote:
> I ran into a compile error in common/cpu.c in the
> x264-snapshot-20070717-2245 source. Patch to fix is:
>
> 214c214
> < sched_getaffinity( 0, sizeof(p_aff), &p_aff );
> ---
> > sched_getaffinity( sizeof(p_aff), &p_aff );
>
>
On which Operating System did you experience this problem?
No problem here on OSX and Linux.
Guillaume
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel
More information about the x264-devel
mailing list