mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
11 lines
237 B
Makefile
11 lines
237 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgstplayondemand.la
|
||
|
|
||
|
libgstplayondemand_la_SOURCES = gstplayondemand.c
|
||
|
libgstplayondemand_la_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstplayondemand.h filter.func
|
||
|
|
||
|
# EXTRA_DIST = README
|