projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38a9022
)
rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
author
Andy Wingo
<wingo@pobox.com>
Mon, 4 Mar 2002 17:28:33 +0000
(17:28 +0000)
committer
Andy Wingo
<wingo@pobox.com>
Mon, 4 Mar 2002 17:28:33 +0000
(17:28 +0000)
Original commit message from CVS:
rtp back in experimental, it doesn't build for uraeus and i don't want to debug it :)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
45880f4
..
794e0b6
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-44,9
+44,11
@@
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"
])