mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tarkin fix
Original commit message from CVS: tarkin fix
This commit is contained in:
parent
5c69585304
commit
44fe0401ff
1 changed files with 8 additions and 0 deletions
|
@ -575,6 +575,14 @@ GST_CHECK_FEATURE(SMOOTHWAVE, [smoothwave plugin], smoothwave, [
|
||||||
if test $HAVE_GTK = "yes"; then HAVE_SMOOTHWAVE=yes; fi;
|
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 *** vorbis ***
|
||||||
dnl AM_PATH_VORBIS only takes two options
|
dnl AM_PATH_VORBIS only takes two options
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_VORBIS, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_VORBIS, true)
|
||||||
|
|
Loading…
Reference in a new issue