]> git.pld-linux.org Git - packages/gstreamer-plugins-base.git/blame - gstreamer-plugins-base-am.patch
- added am patch (fixes build with automake 1.13)
[packages/gstreamer-plugins-base.git] / gstreamer-plugins-base-am.patch
CommitLineData
67a80d22
JB
1--- gst-plugins-base-1.0.5/configure.ac.orig 2013-01-04 14:00:43.000000000 +0100
2+++ gst-plugins-base-1.0.5/configure.ac 2013-01-09 20:11:00.358829425 +0100
3@@ -24,7 +24,7 @@
4 AC_CONFIG_SRCDIR([gst/audiotestsrc/gstaudiotestsrc.c])
5
6 dnl define the output header for config
7-AM_CONFIG_HEADER([config.h])
8+AC_CONFIG_HEADERS([config.h])
9
10 dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
11 AM_MAINTAINER_MODE([enable])
This page took 0.558654 seconds and 4 git commands to generate.