mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
926decbecb
This is slightly based on the WebKit data: URI source but supports more parts of RFC 2397. Fixes bug #596885.
9 lines
334 B
Makefile
9 lines
334 B
Makefile
plugin_LTLIBRARIES = libgstdataurisrc.la
|
|
|
|
libgstdataurisrc_la_SOURCES = gstdataurisrc.c gstdataurisrc.h
|
|
|
|
libgstdataurisrc_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
|
libgstdataurisrc_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
|
libgstdataurisrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstdataurisrc_la_LIBTOOLFLAGS = --tag=disable-static
|
|
|