Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yeongjin Jeong
gst-plugins-bad
Commits
ac754888
Commit
ac754888
authored
Mar 03, 2002
by
Andy Wingo Wingo
Browse files
move smoothwave to broken for the time being
Original commit message from CVS: move smoothwave to broken for the time being
parent
bdbe41c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ac754888
...
...
@@ -44,12 +44,10 @@ GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
[HAVE_EXPERIMENTAL=yes],disabled,
[
AC_MSG_WARN(building experimental plugins)
USE_SMOOTHWAVE="yes"
USE_TARKIN="yes"
USE_RTP="yes"
],[
AC_MSG_NOTICE(not building experimental plugins)
USE_SMOOTHWAVE="no"
USE_TARKIN="no"
USE_RTP="no"
])
...
...
@@ -58,11 +56,12 @@ dnl broken plugins; stuff that doesn't seem to build at the moment
GST_CHECK_FEATURE(BROKEN, [enable building of broken plugins],,
HAVE_BROKEN=yes,disabled,
[
AC_MSG_WARN(building broken plugins)
AC_MSG_WARN([building broken plugins -- no bug reports on these, only patches :)])
USE_SMOOTHWAVE="yes"
USE_VGA="yes"
USE_XMMS="yes"
dnl AC_MSG_NOTICE(actually there are no broken plugins at the moment)
],[
USE_SMOOTHWAVE="no"
USE_VGA="no"
USE_XMMS="no"
AC_MSG_NOTICE(not building broken plugins)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment