mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-15 10:45:20 +00:00
8 lines
157 B
Makefile
8 lines
157 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libvcdsrc.la
|
|
|
|
libvcdsrc_la_SOURCES = vcdsrc.c
|
|
libvcdsrc_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = vcdsrc.h
|