summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@ahiru.eu>2018-01-04 15:41:49 +0200
committerVivia Nikolaidou <vivia@ahiru.eu>2018-01-04 15:41:49 +0200
commitf042e57d4e68b3b9b19489c74d041dfd6ec7fb2a (patch)
tree22228659c4eff7be851b4ffdbad8c1911704d31e /configure.ac
parent7ecf3347d10be05162db884866abe269d9c837a1 (diff)
downloadgstreamer-plugins-bad-f042e57d4e68b3b9b19489c74d041dfd6ec7fb2a.tar.gz
Revert "WIP: Revert "Revert "timecodestamper: LTC from audio"""
This reverts commit e0be05dc7059cc97dceb70a48ca9cad4ee2edce6.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index fe96c4798..0a2d1f8bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2414,13 +2414,6 @@ AG_GST_CHECK_FEATURE(WEBRTCDSP, [WebRTC Audio Processing], webrtcdsp, [
AC_LANG_POP([C++])
])
-dnl *** libltc ***
-PKG_CHECK_MODULES(LIBLTC, ltc >= 1.1.4, HAVE_LTC=yes, HAVE_LTC=no)
-if test "x$HAVE_LTC" = "xyes"; then
- LIBS="$LIBS -lltc"
- AC_DEFINE(HAVE_LTC, 1, [Use libltc])
-fi
-
else
dnl not building plugins with external dependencies,