[x264-devel] bug in common/cpu.c

Anders Brownworth abrownworth-videolan-x264 at bandwidth.com
Wed Jul 18 15:14:51 CEST 2007


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 );


-- 
Anders Brownworth
Research & Development
Bandwidth.com
4001 Weston Pkwy.
Suite 150
Cary, NC 27513

(919) 297-1029

_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel


More information about the x264-devel mailing list