mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 01:54:17 +00:00
trigger rebuild
Original commit message from CVS: trigger rebuild
This commit is contained in:
parent
77015e02a4
commit
f545ee31ba
2 changed files with 6 additions and 4 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 66d97715fc83888fd1b5469c569f0ef5bbea628b
|
Subproject commit 9a56e28fc15440eb6852411321c46312e1d1bb73
|
|
@ -7,6 +7,8 @@ AC_INIT(GStreamer Python Bindings, 0.10.7.1,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-python)
|
gst-python)
|
||||||
|
|
||||||
|
AG_GST_INIT
|
||||||
|
|
||||||
dnl initialize automake
|
dnl initialize automake
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
|
||||||
|
@ -44,7 +46,7 @@ AC_SUBST(GSTPB_REQ, 0.10.0.2)
|
||||||
AC_DISABLE_STATIC
|
AC_DISABLE_STATIC
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
|
||||||
GST_ARG_GCOV
|
AG_GST_ARG_GCOV
|
||||||
|
|
||||||
dnl check for python
|
dnl check for python
|
||||||
dnl AM_PATH_PYTHON(2.2)
|
dnl AM_PATH_PYTHON(2.2)
|
||||||
|
@ -265,7 +267,7 @@ PKG_CHECK_MODULES(PYGOBJECT_2_12, pygobject-2.0 >= 2.11.1,
|
||||||
], HAVE_PYGOBJECT_2_12="no")
|
], HAVE_PYGOBJECT_2_12="no")
|
||||||
|
|
||||||
dnl define an ERROR_CFLAGS Makefile variable
|
dnl define an ERROR_CFLAGS Makefile variable
|
||||||
GST_SET_ERROR_CFLAGS($GST_CVS)
|
AG_GST_SET_ERROR_CFLAGS($GST_CVS)
|
||||||
|
|
||||||
GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(GCOV_CFLAGS)"
|
GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(GCOV_CFLAGS)"
|
||||||
AC_SUBST(GST_OPTION_CFLAGS)
|
AC_SUBST(GST_OPTION_CFLAGS)
|
||||||
|
@ -291,7 +293,7 @@ dnl add debugging options ...
|
||||||
# fi
|
# fi
|
||||||
# changequote([,])dnl
|
# changequote([,])dnl
|
||||||
|
|
||||||
GST_VALGRIND_CHECK()
|
AG_GST_VALGRIND_CHECK
|
||||||
|
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
Makefile
|
||||||
|
|
Loading…
Reference in a new issue