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
Seungha Yang
gst-plugins-base
Commits
fd146ff5
Commit
fd146ff5
authored
Dec 27, 2001
by
Thomas Vander Stichele
Browse files
this might do it
Original commit message from CVS: this might do it
parent
169d6b64
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
fd146ff5
...
...
@@ -120,8 +120,11 @@ else
HAVE_NASM="yes"
fi
dnl check for gstreamer
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0)
dnl check for gstreamer; check for uninstalled first
PKG_CHECK_MODULES(GST, gstreamer-uninstalled >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
if test "x$HAVE_GST" = "xno"; then
PKG_CHECK_MODULES(GST, gstreamer >= 0.3.0, HAVE_GST="yes", HAVE_GST="no")
fi
dnl dnl check for gtk-doc
dnl AC_ARG_WITH(html-dir, [ --with-html-dir=PATH path to installed docs ])
...
...
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