File: gst.m4

package info (click to toggle)
gst0.10-python 0.10.19-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,032 kB
  • ctags: 1,854
  • sloc: sh: 11,143; python: 11,084; ansic: 1,772; perl: 1,585; makefile: 559
file content (10 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (31)
1
2
3
4
5
6
7
8
9
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_)
])