mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
9 lines
187 B
Makefile
9 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
|