mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
disabling cothreads build until it passes make distcheck
Original commit message from CVS: disabling cothreads build until it passes make distcheck
This commit is contained in:
parent
17e62d43a7
commit
25ffd7dfba
4 changed files with 12 additions and 12 deletions
14
autogen.sh
14
autogen.sh
|
@ -179,13 +179,13 @@ automake -a -c || {
|
|||
exit 1
|
||||
}
|
||||
|
||||
echo
|
||||
echo "+ running autogen.sh in libs/ext/cothreads..."
|
||||
pushd libs/ext/cothreads > /dev/null
|
||||
echo
|
||||
./autogen.sh --autogen-noconfigure --autogen-nocheck
|
||||
popd > /dev/null
|
||||
echo
|
||||
dnl echo
|
||||
dnl echo "+ running autogen.sh in libs/ext/cothreads..."
|
||||
dnl pushd libs/ext/cothreads > /dev/null
|
||||
dnl echo
|
||||
dnl ./autogen.sh --autogen-noconfigure --autogen-nocheck
|
||||
dnl popd > /dev/null
|
||||
dnl echo
|
||||
|
||||
test -n "$NOCONFIGURE" && {
|
||||
echo "skipping configure stage for package $package, as requested."
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 47d51c3f04e416caa4c43c72a5458df99cf09c3a
|
||||
Subproject commit 48638606945e579672f97b09cb797de3e6aee9e7
|
|
@ -605,7 +605,7 @@ GST_INT_CFLAGS="-I\$(top_srcdir)/libs -I\$(top_srcdir)/include -I\$(top_srcdir)
|
|||
AC_SUBST(GST_CFLAGS, "$GST_EXT_CFLAGS $GST_INT_CFLAGS")
|
||||
AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS")
|
||||
|
||||
AC_CONFIG_SUBDIRS(libs/ext/cothreads)
|
||||
dnl AC_CONFIG_SUBDIRS(gst/cothreads)
|
||||
|
||||
dnl ##################################################
|
||||
dnl # Prepare informative messages to display at end #
|
||||
|
@ -631,6 +631,7 @@ dnl #########################
|
|||
dnl # Make the output files #
|
||||
dnl #########################
|
||||
|
||||
dnl libs/ext/Makefile
|
||||
AC_OUTPUT(
|
||||
Makefile
|
||||
include/Makefile
|
||||
|
@ -647,7 +648,6 @@ libs/gst/bytestream/Makefile
|
|||
libs/gst/getbits/Makefile
|
||||
libs/gst/putbits/Makefile
|
||||
libs/gst/control/Makefile
|
||||
libs/ext/Makefile
|
||||
tests/Makefile
|
||||
tests/bufspeed/Makefile
|
||||
tests/memchunk/Makefile
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
SUBDIRS = gst ext
|
||||
SUBDIRS = gst ## ext
|
||||
|
||||
DIST_SUBDIRS = gst ext
|
||||
DIST_SUBDIRS = gst ## ext
|
||||
|
|
Loading…
Reference in a new issue