mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
182e751b5d
Now that we depend on GLib 2.16 we can as well use it's internal copy of the xdgmime instead of our own.
9 lines
287 B
Makefile
9 lines
287 B
Makefile
plugin_LTLIBRARIES = libgstxdgmime.la
|
|
|
|
libgstxdgmime_la_SOURCES = gstxdgmime.c
|
|
|
|
libgstxdgmime_la_CFLAGS = $(GIO_CFLAGS) $(GST_CFLAGS)
|
|
libgstxdgmime_la_LIBADD = $(GIO_LIBS) $(GST_LIBS)
|
|
libgstxdgmime_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstxdgmime_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|