summaryrefslogtreecommitdiff
path: root/common/m4/gst.m4
diff options
context:
space:
mode:
Diffstat (limited to 'common/m4/gst.m4')
-rwxr-xr-xcommon/m4/gst.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/common/m4/gst.m4 b/common/m4/gst.m4
new file mode 100755
index 0000000..04b466f
--- /dev/null
+++ b/common/m4/gst.m4
@@ -0,0 +1,10 @@
+dnl AG_GST_INIT
+dnl sets up use of GStreamer configure.ac macros
+dnl all GStreamer autoconf macros are prefixed
+dnl with AG_GST_ for public macros
+dnl with _AG_GST_ for private macros
+
+AC_DEFUN([AG_GST_INIT],
+[
+ m4_pattern_forbid(^_?AG_GST_)
+])