diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-10 10:00:27 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-10 10:00:27 +0000 |
commit | ca5202e3ed91d08f481fbf6c806db35cc72c9a61 (patch) | |
tree | c7b260b3e616c36ee139426a94c7df437951c200 /multimedia/gstreamer-plugins-bad/files | |
parent | 404f160f39a29876c853521f329411aca90049aa (diff) | |
download | ports-ca5202e3ed91d08f481fbf6c806db35cc72c9a61.tar.gz ports-ca5202e3ed91d08f481fbf6c806db35cc72c9a61.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-bad/files')
-rw-r--r-- | multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.c | 13 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.h | 10 |
2 files changed, 23 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.c b/multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.c new file mode 100644 index 000000000000..e6882ab55366 --- /dev/null +++ b/multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.c @@ -0,0 +1,13 @@ +--- ext/spc/tag.c.orig 2013-03-10 09:53:25.000000000 +0000 ++++ ext/spc/tag.c 2013-03-10 09:53:41.000000000 +0000 +@@ -16,9 +16,7 @@ + * Boston, MA 02111-1307, USA. + */ + +-#include <glib/gstring.h> +-#include <glib/gtypes.h> +-#include <glib/gmem.h> ++#include <glib.h> + #include <glib/gprintf.h> + + #include <tag.h> diff --git a/multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.h b/multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.h new file mode 100644 index 000000000000..6b80309e35d7 --- /dev/null +++ b/multimedia/gstreamer-plugins-bad/files/patch-ext_spc_tag.h @@ -0,0 +1,10 @@ +--- ext/spc/tag.h.orig 2013-03-10 09:54:22.000000000 +0000 ++++ ext/spc/tag.h 2013-03-10 09:54:34.000000000 +0000 +@@ -16,7 +16,6 @@ + * Boston, MA 02111-1307, USA. + */ + +-#include <glib/gtypes.h> + #include <glib.h> + + typedef struct |