mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
include cothreads properly in the build
Original commit message from CVS: include cothreads properly in the build
This commit is contained in:
parent
53c367ad3a
commit
767d5c53a7
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,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")
|
||||
|
||||
dnl AC_CONFIG_SUBDIRS(gst/cothreads)
|
||||
AC_CONFIG_SUBDIRS(libs/ext/cothreads)
|
||||
|
||||
dnl ##################################################
|
||||
dnl # Prepare informative messages to display at end #
|
||||
|
|
Loading…
Reference in a new issue