mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
put sinesrc in experimental until we have control
Original commit message from CVS: put sinesrc in experimental until we have control
This commit is contained in:
parent
f08f98c07f
commit
a4275a13ad
2 changed files with 5 additions and 0 deletions
2
TODO
2
TODO
|
@ -7,3 +7,5 @@
|
||||||
* check SDL optimisation flags
|
* check SDL optimisation flags
|
||||||
|
|
||||||
* check GST_* in configure.ac, there is too much in it
|
* check GST_* in configure.ac, there is too much in it
|
||||||
|
|
||||||
|
* decide where to put the control lib
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
dnl autoconf configuration file for plugins
|
dnl autoconf configuration file for plugins
|
||||||
AC_INIT
|
AC_INIT
|
||||||
|
dnl FIXME take something else ?
|
||||||
AC_CONFIG_SRCDIR([COPYING])
|
AC_CONFIG_SRCDIR([COPYING])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
|
@ -80,11 +81,13 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
|
||||||
USE_LIBMIKMOD="yes"
|
USE_LIBMIKMOD="yes"
|
||||||
USE_ARTS="yes"
|
USE_ARTS="yes"
|
||||||
USE_ARTSC="yes"
|
USE_ARTSC="yes"
|
||||||
|
USE_SINE="no"
|
||||||
],[
|
],[
|
||||||
AC_MSG_NOTICE(not building experimental plugins)
|
AC_MSG_NOTICE(not building experimental plugins)
|
||||||
USE_LIBMIKMOD="no"
|
USE_LIBMIKMOD="no"
|
||||||
USE_ARTS="no"
|
USE_ARTS="no"
|
||||||
USE_ARTSC="no"
|
USE_ARTSC="no"
|
||||||
|
USE_SINE="no"
|
||||||
])
|
])
|
||||||
|
|
||||||
dnl broken plugins; stuff that doesn't seem to build at the moment
|
dnl broken plugins; stuff that doesn't seem to build at the moment
|
||||||
|
|
Loading…
Reference in a new issue