gstreamer/gst/iec958/Makefile.am

9 lines
251 B
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstiec958.la
libgstiec958_la_SOURCES = ac3iec.c ac3_padder.c
libgstiec958_la_CFLAGS = $(GST_CFLAGS)
libgstiec958_la_LIBADD = $(GST_LIBS)
libgstiec958_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = ac3_padder.h ac3iec.h