summaryrefslogtreecommitdiff
path: root/gst/timecode
diff options
context:
space:
mode:
authorxlazom00 <xlazom00@gmail.com>2016-08-06 23:31:23 +0000
committerTim-Philipp Müller <tim@centricular.com>2016-08-07 16:45:25 +0100
commit94d11f87c7a8fd76c779c7a2cd1ac6db78d1c278 (patch)
tree68212c03384d2a8b6322dea227ee110a9ec337f7 /gst/timecode
parentcb20432f9ff19211d2f12c6f1103fd2096d57fc0 (diff)
hls, timecode: fix linking
https://bugzilla.gnome.org//show_bug.cgi?id=769587
Diffstat (limited to 'gst/timecode')
-rw-r--r--gst/timecode/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/timecode/Makefile.am b/gst/timecode/Makefile.am
index dc05bd155..e819b2630 100644
--- a/gst/timecode/Makefile.am
+++ b/gst/timecode/Makefile.am
@@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsttimecode.la
libgsttimecode_la_SOURCES = plugin.c gsttimecodestamper.c gsttimecodewait.c
libgsttimecode_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
-libgsttimecode_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(GST_LIBS) $(LIBM)
+libgsttimecode_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
libgsttimecode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgsttimecode_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)