diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2009-02-21 19:55:46 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2009-02-21 19:55:46 +0000 |
commit | 05adb12dd5b7e92790df4eee8e43d426f28f2bb3 (patch) | |
tree | 1c669db13eead8b0b4b07fece76b649ef034507f /audio/xmms-faad/files/patch-mp4_utils.c | |
parent | PWLib is a multi-platform code library that can be used to write (diff) |
- Update to version 2.7
PR: ports/131836
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'audio/xmms-faad/files/patch-mp4_utils.c')
-rw-r--r-- | audio/xmms-faad/files/patch-mp4_utils.c | 26 |
1 files changed, 26 insertions, 0 deletions
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 <gtk/gtk.h> + #include <stdio.h> + #include <string.h> + #include <stdlib.h> ++ ++#if defined(HAVE_BMP) ++#include <bmp/plugin.h> ++#include <bmp/titlestring.h> ++#include <bmp/util.h> ++#else + #include <xmms/plugin.h> + #include <xmms/titlestring.h> + #include <xmms/util.h> ++#endif /*HAVE_BMP*/ + + const char *mp4AudioNames[]= + { |