mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
10 lines
199 B
Makefile
10 lines
199 B
Makefile
|
filterdir = $(libdir)/gst
|
||
|
|
||
|
filter_LTLIBRARIES = libgstdeinterlace.la
|
||
|
|
||
|
libgstdeinterlace_la_SOURCES = gstdeinterlace.c
|
||
|
libgstdeinterlace_la_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstdeinterlace.h
|
||
|
|