freebsd-ports/multimedia/ffmpeg/files/patch-libavdevice-oss_audio.c
Martin Matuska 6b032dd0b1 - Update ffmpeg to 0.5
- Include parts of [1]
- Take maintainership

PR:	ports/134632 [1]
2009-08-12 08:43:17 +00:00

14 lines
428 B
C

--- libavdevice/oss_audio.c.orig 2009-05-15 17:38:35.000000000 +0200
+++ libavdevice/oss_audio.c 2009-05-15 17:41:27.000000000 +0200
@@ -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 <stdlib.h>
#include <stdio.h>