mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
10 lines
320 B
Makefile
10 lines
320 B
Makefile
|
plugin_LTLIBRARIES = libiec958.la
|
||
|
|
||
|
libiec958_la_SOURCES = ac3iec.c ac3_padder.c
|
||
|
libiec958_la_CFLAGS = $(GLIB_CFLAGS) $(GST_CFLAGS) \
|
||
|
$(GSTLIBS_CFLAGS) $(EXTRA_CFLAGS)
|
||
|
libiec958_la_LIBADD = $(GLIB_LIBS) $(GST_LIBS) $(GSTLIBS_LIBS)
|
||
|
libiec958_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = ac3_padder.h ac3iec.h
|