diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-10-03 13:52:32 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-10-03 17:23:36 +0300 |
commit | 09f5b9acecdb987c58c45620e08ea64441e00648 (patch) | |
tree | 882e0433f9cfc4d000f8ae9f37596e145869bab8 /ext/openh264 | |
parent | 68baaf19c3656cc8c1f87aed3e035d42cda7a288 (diff) |
openh264: Remove unused codecparsers lib
Diffstat (limited to 'ext/openh264')
-rw-r--r-- | ext/openh264/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/openh264/Makefile.am b/ext/openh264/Makefile.am index fa2eff77b..69ab4593c 100644 --- a/ext/openh264/Makefile.am +++ b/ext/openh264/Makefile.am @@ -5,9 +5,9 @@ libgstopenh264_la_SOURCES = \ gstopenh264enc.cpp \ gstopenh264dec.cpp -libgstopenh264_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENH264_CFLAGS) -DGST_USE_UNSTABLE_API=1 -libgstopenh264_la_CXXFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GST_CXXFLAGS) $(OPENH264_CFLAGS) -DGST_USE_UNSTABLE_API=1 -libgstopenh264_la_LIBADD = $(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-1.0.la $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 $(GST_LIBS) $(OPENH264_LIBS) +libgstopenh264_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) $(OPENH264_CFLAGS) +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) |