freebsd-ports/www/chromium/files/patch-third_party__ffmpeg__libavcodec__pthread.c
Rene Ladan 3b94bb8480 Update to 19.0.1084.52
Note that this version will not yet build on i386 boxes without (S)SSE3.
Submitted by:	George Liaskos
Security:	http://www.vuxml.org/freebsd/1449af37-9eba-11e1-b9c1-00262d5ed8ee.html
2012-05-28 22:29:08 +00:00

11 lines
359 B
C

--- third_party/ffmpeg/libavcodec/pthread.c.orig 2012-05-20 02:54:35.986106782 +0300
+++ third_party/ffmpeg/libavcodec/pthread.c 2012-05-20 02:54:42.671106234 +0300
@@ -38,7 +38,7 @@
#if HAVE_GETPROCESSAFFINITYMASK
#include <windows.h>
#endif
-#if HAVE_SYSCTL
+#if HAVE_SYSCTL && !defined(__FreeBSD__)
#if HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif