summaryrefslogtreecommitdiff
path: root/build/m4
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2010-03-13 14:27:49 -0800
committerGabriel Burt <gabriel.burt@gmail.com>2010-03-13 14:27:49 -0800
commit61022a19c584e527d8d1f245fe71f79af42a5f6a (patch)
tree47e8e7adc168072db0479186399a692193b2bf57 /build/m4
parent35aec1b937020c3b3142be0a5a3580dba10758ea (diff)
[gst#] Actually plays, reports position/length
Diffstat (limited to 'build/m4')
-rw-r--r--build/m4/banshee/gstreamer-sharp.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/build/m4/banshee/gstreamer-sharp.m4 b/build/m4/banshee/gstreamer-sharp.m4
new file mode 100644
index 000000000..1eaa02eba
--- /dev/null
+++ b/build/m4/banshee/gstreamer-sharp.m4
@@ -0,0 +1,6 @@
+AC_DEFUN([BANSHEE_CHECK_GSTREAMER_SHARP],
+[
+ PKG_CHECK_MODULES(GST_SHARP, gstreamer-sharp-0.10)
+ AC_SUBST(GST_SHARP_LIBS)
+])
+