projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bc3d2e
)
tarkin fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 4 Feb 2002 13:47:09 +0000
(13:47 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Mon, 4 Feb 2002 13:47:09 +0000
(13:47 +0000)
Original commit message from CVS:
tarkin fix
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index da6203cbadb5e85bf249e220f8307f55058889ba..acd855ff34fa440837b8af96fb8a743a577e1e0b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-575,6
+575,14
@@
GST_CHECK_FEATURE(SMOOTHWAVE, [smoothwave plugin], smoothwave, [
if test $HAVE_GTK = "yes"; then HAVE_SMOOTHWAVE=yes; fi;
])
+dnl *** tarkin ***
+dnl for now the sources are included in the plugin
+dnl and should be moved to ext-libs/ perhaps
+translit(dnm, m, l) AM_CONDITIONAL(USE_TARKIN, true)
+GST_CHECK_FEATURE(TARKIN, [tarkinenc tarkindec], tarkin, [
+ HAVE_TARKIN="yes"
+])
+
dnl *** vorbis ***
dnl AM_PATH_VORBIS only takes two options
translit(dnm, m, l) AM_CONDITIONAL(USE_VORBIS, true)