mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
cothreads stuff i forgot to commit last night
Original commit message from CVS: cothreads stuff i forgot to commit last night
This commit is contained in:
parent
7ed9201e06
commit
49075e62b5
3 changed files with 6 additions and 5 deletions
|
@ -180,8 +180,8 @@ automake -a -c || {
|
||||||
}
|
}
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "+ running autogen.sh in gst/cothreads..."
|
echo "+ running autogen.sh in libs/ext/cothreads..."
|
||||||
pushd gst/cothreads > /dev/null
|
pushd libs/ext/cothreads > /dev/null
|
||||||
echo
|
echo
|
||||||
./autogen.sh --autogen-noconfigure --autogen-nocheck
|
./autogen.sh --autogen-noconfigure --autogen-nocheck
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
|
@ -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_CFLAGS, "$GST_EXT_CFLAGS $GST_INT_CFLAGS")
|
||||||
AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS")
|
AC_SUBST(GST_LIBS, "$GST_EXT_LIBS $GST_INT_LIBS")
|
||||||
|
|
||||||
AC_CONFIG_SUBDIRS(gst/cothreads)
|
AC_CONFIG_SUBDIRS(libs/ext/cothreads)
|
||||||
|
|
||||||
dnl ##################################################
|
dnl ##################################################
|
||||||
dnl # Prepare informative messages to display at end #
|
dnl # Prepare informative messages to display at end #
|
||||||
|
@ -647,6 +647,7 @@ libs/gst/bytestream/Makefile
|
||||||
libs/gst/getbits/Makefile
|
libs/gst/getbits/Makefile
|
||||||
libs/gst/putbits/Makefile
|
libs/gst/putbits/Makefile
|
||||||
libs/gst/control/Makefile
|
libs/gst/control/Makefile
|
||||||
|
libs/ext/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
tests/bufspeed/Makefile
|
tests/bufspeed/Makefile
|
||||||
tests/memchunk/Makefile
|
tests/memchunk/Makefile
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
SUBDIRS = gst
|
SUBDIRS = gst ext
|
||||||
|
|
||||||
DIST_SUBDIRS = gst
|
DIST_SUBDIRS = gst ext
|
||||||
|
|
Loading…
Reference in a new issue