mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
9 lines
271 B
Makefile
9 lines
271 B
Makefile
|
plugin_LTLIBRARIES = libgsttwolame.la
|
||
|
|
||
|
libgsttwolame_la_SOURCES = gsttwolame.c
|
||
|
libgsttwolame_la_CFLAGS = $(GST_CFLAGS) $(TWOLAME_CFLAGS)
|
||
|
libgsttwolame_la_LIBADD = $(TWOLAME_LIBS) $(GST_LIBS)
|
||
|
libgsttwolame_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gsttwolame.h
|