projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf2092
)
configure.ac: Add missing double quotes
author
Nicolas Dufresne
<nicolas.dufresne@collabora.com>
Mon, 4 Jul 2016 18:57:11 +0000
(14:57 -0400)
committer
Nicolas Dufresne
<nicolas.dufresne@collabora.com>
Mon, 4 Jul 2016 19:23:08 +0000
(15:23 -0400)
That affectation was ignored. This worked on recent GCC as C++11 is
enabled by default now.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 51856d6fe432dcb1bc6b8e6d8e7ca5ded9587632..3700495a06e35013c91577f7eda0ed37f38a4848 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3370,7
+3370,7
@@
translit(dnm, m, l) AM_CONDITIONAL(USE_WEBRTCDSP, true)
AG_GST_CHECK_FEATURE(WEBRTCDSP, [WebRTC Audio Processing], webrtcdsp, [
AC_LANG_PUSH([C++])
old_CPPFLAGS=$CPPFLAGS
- CPPFLAGS=
-std=c++11 $CPPFLAGS
+ CPPFLAGS=
"-std=c++11 $CPPFLAGS"
AG_GST_PKG_CHECK_MODULES(WEBRTCDSP, webrtc-audio-processing = 0.2)
AC_CHECK_HEADER([typeindex],[],[HAVE_WEBRTCDSP=no])
CPPFLAGS=$old_CPPFLAGS