freebsd-ports/multimedia/libxine/files/patch-src_libffmpeg_libavcodec_vorbis.c
Oliver Lehmann c5b30f3654 make buildable on FreeBSD 4
PR:		ports/103769
Approved by:	maintainer timeout (62 days)
2006-11-29 20:38:21 +00:00

11 lines
270 B
C

--- src/libffmpeg/libavcodec/vorbis.c.orig Thu Sep 28 13:27:16 2006
+++ src/libffmpeg/libavcodec/vorbis.c Thu Sep 28 13:27:41 2006
@@ -29,6 +29,8 @@
#include "dsputil.h"
#include "vorbis.h"
+#include "xine_internal.h"
+
#define V_NB_BITS 8
#define V_NB_BITS2 11