summaryrefslogtreecommitdiff
path: root/gst/timecode
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-16 14:05:52 -0400
commit4261692187c23eaf9be323a207bded94fbe164ea (patch)
tree58feab9339aed86f7e22596efab5db80dd3af0cf /gst/timecode
parent1c6cd54477c0c467293d28601d51fdf931237a4b (diff)
Remove plugin specific static build option
Static and dynamic plugins now have the same interface. The standard --enable-static/--enable-shared toggle are sufficient.
Diffstat (limited to 'gst/timecode')
-rw-r--r--gst/timecode/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/timecode/Makefile.am b/gst/timecode/Makefile.am
index 3ba2c7065..05a0d96db 100644
--- a/gst/timecode/Makefile.am
+++ b/gst/timecode/Makefile.am
@@ -5,6 +5,5 @@ libgsttimecode_la_SOURCES = plugin.c gsttimecodestamper.c gstavwait.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_BASE_LIBS) $(GST_LIBS) $(LIBM)
libgsttimecode_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgsttimecode_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = gsttimecodestamper.h gstavwait.h