diff options
author | ahze <ahze@FreeBSD.org> | 2006-12-23 07:31:33 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-12-23 07:31:33 +0800 |
commit | 43c148549f2fcb4b9b4ae5bbc55601272b0c3540 (patch) | |
tree | 8c7ba34bba241fcd05a63b8d0732caf31169ac0c /multimedia/gstreamer-plugins-bad | |
parent | 48fed8d3a270a3f3fe72ec405068541f5e60f056 (diff) | |
download | freebsd-ports-gnome-43c148549f2fcb4b9b4ae5bbc55601272b0c3540.tar.gz freebsd-ports-gnome-43c148549f2fcb4b9b4ae5bbc55601272b0c3540.tar.zst freebsd-ports-gnome-43c148549f2fcb4b9b4ae5bbc55601272b0c3540.zip |
Add support for gstreamer-plugins-spc
Diffstat (limited to 'multimedia/gstreamer-plugins-bad')
-rw-r--r-- | multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h b/multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h new file mode 100644 index 000000000000..3badde73c573 --- /dev/null +++ b/multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h @@ -0,0 +1,11 @@ +--- ext/spc/gstspc.h.orig Fri Dec 22 18:28:46 2006 ++++ ext/spc/gstspc.h Fri Dec 22 18:28:15 2006 +@@ -22,7 +22,7 @@ + + #include <gst/gst.h> + +-#include <openspc.h> ++#include <OpenSPC.h> + + G_BEGIN_DECLS + |