mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
13 lines
272 B
Makefile
13 lines
272 B
Makefile
|
|
||
|
plugin_LTLIBRARIES = libgstxingheader.la
|
||
|
|
||
|
libgstxingheader_la_SOURCES = gstxingmux.c
|
||
|
libgstxingheader_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstxingheader_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
|
||
|
noinst_HEADERS = gstxingmux.h
|
||
|
|
||
|
AM_CFLAGS = $(GST_CFLAGS)
|
||
|
LIBS = $(GST_LIBS) $(LAME_LIBS)
|