mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
56bff3790d
Original commit message from CVS: BBB asked me to rename lav to y4m can someone who knows the plugin do this in the source as well ?
8 lines
187 B
Makefile
8 lines
187 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgsty4mencode.la
|
|
|
|
libgsty4mencode_la_SOURCES = gsty4mencode.c
|
|
libgsty4mencode_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gsty4mencode.h
|