From 05adb12dd5b7e92790df4eee8e43d426f28f2bb3 Mon Sep 17 00:00:00 2001 From: Beech Rintoul Date: Sat, 21 Feb 2009 19:55:46 +0000 Subject: - Update to version 2.7 PR: ports/131836 Submitted by: KATO Tsuguru --- audio/xmms-faad/files/patch-mp4_utils.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 audio/xmms-faad/files/patch-mp4_utils.c (limited to 'audio/xmms-faad/files/patch-mp4_utils.c') diff --git a/audio/xmms-faad/files/patch-mp4_utils.c b/audio/xmms-faad/files/patch-mp4_utils.c new file mode 100644 index 000000000000..dafebba69824 --- /dev/null +++ b/audio/xmms-faad/files/patch-mp4_utils.c @@ -0,0 +1,26 @@ +--- mp4_utils.c.orig 2004-10-18 05:44:51.000000000 +0900 ++++ mp4_utils.c 2009-02-12 02:53:15.000000000 +0900 +@@ -3,15 +3,22 @@ + */ + + #include "mp4ff.h" +-#include "faad.h" ++#include "neaacdec.h" + + #include + #include + #include + #include ++ ++#if defined(HAVE_BMP) ++#include ++#include ++#include ++#else + #include + #include + #include ++#endif /*HAVE_BMP*/ + + const char *mp4AudioNames[]= + { -- cgit v1.2.3