freebsd-ports/multimedia/ffmpeg-devel/files/patch-libavdevice-oss_audio.c
Martin Matuska 7881ed2a4a FFmpeg is a complete, cross-platform solution to record, convert and
stream audio and video. It includes libavcodec - the leading audio/video
codec library.

This is the development version from a SVN snapshot.

WWW: http://ffmpeg.mplayerhq.hu/
2009-08-12 10:40:47 +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>