diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-09-12 01:35:42 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-09-12 01:37:06 +0100 |
commit | 3bb23a5e985043ba0510958627a0a7b9993264de (patch) | |
tree | 4a241a54937efea04abf105d65b27a725b488150 | |
parent | 9b559160cc30c796031d7794caafea008d4b5a8a (diff) |
jpegformat: don't link to libgstinterfaces which doesn't exist any longer
-rw-r--r-- | gst/jpegformat/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gst/jpegformat/Makefile.am b/gst/jpegformat/Makefile.am index 0fe07a88d..03125b574 100644 --- a/gst/jpegformat/Makefile.am +++ b/gst/jpegformat/Makefile.am @@ -1,12 +1,10 @@ plugin_LTLIBRARIES = libgstjpegformat.la libgstjpegformat_la_SOURCES = gstjpegformat.c gstjpegparse.c gstjifmux.c -libgstjpegformat_la_CFLAGS = \ - $(GST_PLUGINS_BASE_CFLAGS) \ - $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) +libgstjpegformat_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) libgstjpegformat_la_LIBADD = \ - $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-@GST_API_VERSION@ \ - -lgsttag-@GST_API_VERSION@ $(GST_LIBS) $(GST_BASE_LIBS) + $(GST_PLUGINS_BASE_LIBS) -lgsttag-@GST_API_VERSION@ $(GST_BASE_LIBS) $(GST_LIBS) libgstjpegformat_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstjpegformat_la_LIBTOOLFLAGS = --tag=disable-static |