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
Marijn Suijten
pulseaudio
Commits
2c5b594f
Commit
2c5b594f
authored
Feb 20, 2020
by
Sebastien
Browse files
Update configure.ac to fix the enable_gstreamer summary
parent
cabd387e
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
2c5b594f
...
@@ -1317,14 +1317,14 @@ AC_ARG_ENABLE([gstreamer],
...
@@ -1317,14 +1317,14 @@ AC_ARG_ENABLE([gstreamer],
AS_IF([test "x$enable_gstreamer" != "xno"],
AS_IF([test "x$enable_gstreamer" != "xno"],
[PKG_CHECK_MODULES(GSTREAMER, [ gstreamer-1.0 gstreamer-app-1.0 gstreamer-rtp-1.0 gio-2.0 ],
[PKG_CHECK_MODULES(GSTREAMER, [ gstreamer-1.0 gstreamer-app-1.0 gstreamer-rtp-1.0 gio-2.0 ],
HAVE_GSTREAMER=
yes
, HAVE_GSTREAMER=
no
)],
HAVE_GSTREAMER=
1
, HAVE_GSTREAMER=
0
)],
HAVE_GSTREAMER=
no
)
HAVE_GSTREAMER=
0
)
AS_IF([test "x$enable_gstreamer" = "xyes" && test "x$HAVE_GSTREAMER" = "x
no
"],
AS_IF([test "x$enable_gstreamer" = "xyes" && test "x$HAVE_GSTREAMER" = "x
0
"],
[AC_MSG_ERROR([*** GStreamer 1.0 support not found])])
[AC_MSG_ERROR([*** GStreamer 1.0 support not found])])
AM_CONDITIONAL([HAVE_GSTREAMER], [test "x$HAVE_GSTREAMER" = x
yes
])
AM_CONDITIONAL([HAVE_GSTREAMER], [test "x$HAVE_GSTREAMER" = x
1
])
AS_IF([test "x$HAVE_GSTREAMER" = "x
yes
"], AC_DEFINE([HAVE_GSTREAMER], 1, [Have GStreamer?]))
AS_IF([test "x$HAVE_GSTREAMER" = "x
1
"], AC_DEFINE([HAVE_GSTREAMER], 1, [Have GStreamer?]))
#### Build and Install man pages ####
#### Build and Install man pages ####
...
...
Write
Preview
Markdown
is supported
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