diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2015-04-11 19:31:22 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2015-04-11 19:31:22 +0000 |
commit | 9b3c714d67e18b2e3537077a0104b95cd1949a5a (patch) | |
tree | 38b405e2fc5652afc0223496fb1eb4f9c5d4c140 /audio/xmms-faad/files/patch-mp4_utils.c | |
parent | New port: x11/p5-X11-XCB (diff) |
Clean up historic entanglements with other ports:
* Merge Makefile and Makefile.inc.
* Add our own proper pkg-descr file.
* Remove support for building a BMP plugin.
Diffstat (limited to 'audio/xmms-faad/files/patch-mp4_utils.c')
-rw-r--r-- | audio/xmms-faad/files/patch-mp4_utils.c | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/audio/xmms-faad/files/patch-mp4_utils.c b/audio/xmms-faad/files/patch-mp4_utils.c index dafebba69824..be8e81a02534 100644 --- a/audio/xmms-faad/files/patch-mp4_utils.c +++ b/audio/xmms-faad/files/patch-mp4_utils.c @@ -1,6 +1,6 @@ ---- 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 @@ +--- mp4_utils.c.orig 2004-10-17 20:44:51 UTC ++++ mp4_utils.c +@@ -3,7 +3,7 @@ */ #include "mp4ff.h" @@ -9,18 +9,3 @@ #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[]= - { |