diff options
-rw-r--r-- | multimedia/gstreamer-plugins-bad/files/patch-ext-spc-gstspc.h | 11 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 4 |
2 files changed, 15 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 + diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 1430740b42ee..29b55df57286 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -312,6 +312,10 @@ gst_sidplay_PLIST_FILES= ${GST_LIB_DIR}/libgstsid.so \ ${GST_LIB_DIR}/libgstsid.la gst_sidplay_DIST= ugly +# spc +gst_spc_LIB_DEPENDS+= OpenSPC.3:${PORTSDIR}/audio/openspc +gst_spc_DIST= bad + # speex gst_speex_LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex |