opnsense-ports/multimedia/ffmpeg/files/patch-libavdevice-oss.c
Franco Fichtner 1d90ac5d50 */*: sync with upstream
Taken from: FreeBSD
2015-07-03 08:07:16 +02:00

14 lines
350 B
C

--- libavdevice/oss.c.orig 2015-06-19 20:44:50 UTC
+++ libavdevice/oss.c
@@ -19,6 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+typedef unsigned char u_char;
+typedef unsigned short u_short;
+typedef unsigned int u_int;
+typedef unsigned long u_long;
+
#include "config.h"
#include <string.h>