projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f83fbc
)
some jack fixes, alsa touchups, and add rtp by default to the build if there are...
author
Andy Wingo
<wingo@pobox.com>
Sat, 4 May 2002 18:57:42 +0000
(18:57 +0000)
committer
Andy Wingo
<wingo@pobox.com>
Sat, 4 May 2002 18:57:42 +0000
(18:57 +0000)
Original commit message from CVS:
some jack fixes, alsa touchups, and add rtp by default to the build
if there are any problems building rtp, we're moving it back to experimental ;)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5a39384
..
3afe7dc
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-49,11
+49,9
@@
GST_CHECK_FEATURE(EXPERIMENTAL, [enable building of experimental plugins],,
[HAVE_EXPERIMENTAL=yes],disabled,
[
AC_MSG_WARN(building experimental plugins)
- USE_RTP="yes"
USE_TARKIN="yes"
],[
AC_MSG_NOTICE(not building experimental plugins)
- USE_RTP="no"
USE_TARKIN="no"
])