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
GStreamer
gst-plugins-bad
Commits
d04b373e
Commit
d04b373e
authored
Jun 15, 2002
by
Thomas Vander Stichele
Browse files
dingy dong
Original commit message from CVS: dingy dong
parent
3ba1afe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
d04b373e
...
...
@@ -45,7 +45,6 @@ dnl # Super Duper options for plug-in building #
dnl ############################################
dnl ext plug-ins; plug-ins that have external dependencies
translit(dnm, m, l) AM_CONDITIONAL(BUILD_EXTERNAL, true)
GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],,
[HAVE_EXTERNAL=yes],enabled,
[
...
...
@@ -55,6 +54,8 @@ GST_CHECK_FEATURE(EXTERNAL, [enable building of plug-ins with external deps],,
AC_MSG_WARN(all plug-ins with external dependencies will not be built)
BUILD_EXTERNAL="no"
])
# make BUILD_EXTERNAL available to Makefile.am
AM_CONDITIONAL(BUILD_EXTERNAL, test "x$BUILD_EXTERNAL" = "xyes")
dnl experimental plug-ins; stuff that hasn't had the dust settle yet
dnl read 'builds, but might not work'UTO
...
...
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