freebsd-ports/multimedia/libxine/files/patch-src_libffmpeg_libavcodec_mpegvideo.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

10 lines
300 B
C

--- src/libffmpeg/libavcodec/mpegvideo.c.orig Thu Sep 28 13:27:10 2006
+++ src/libffmpeg/libavcodec/mpegvideo.c Thu Sep 28 13:27:35 2006
@@ -30,6 +30,7 @@
#include "mpegvideo.h"
#include "faandct.h"
#include <limits.h>
+#include "xine_internal.h"
#ifdef USE_FASTMEMCPY
#include "fastmemcpy.h"