summaryrefslogtreecommitdiff
path: root/ext/openh264
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 /ext/openh264
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 'ext/openh264')
-rw-r--r--ext/openh264/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openh264/Makefile.am b/ext/openh264/Makefile.am
index 69ab4593c..1158d4165 100644
--- a/ext/openh264/Makefile.am
+++ b/ext/openh264/Makefile.am
@@ -9,7 +9,6 @@ libgstopenh264_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENH264_C
libgstopenh264_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(OPENH264_CFLAGS)
libgstopenh264_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_LIBS) $(OPENH264_LIBS)
libgstopenh264_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-libgstopenh264_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
noinst_HEADERS = \
gstopenh264dec.h \