mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
713372d3b0
Original commit message from CVS: cosmetic change
10 lines
251 B
Makefile
10 lines
251 B
Makefile
plugindir = $(libdir)/gst
|
|
|
|
plugin_LTLIBRARIES = libgsty4menc.la
|
|
|
|
libgsty4menc_la_SOURCES = gsty4mencode.c
|
|
libgsty4menc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgsty4menc_la_LIBADD =
|
|
libgsty4menc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = gsty4mencode.h
|