mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
610d32dd23
Original commit message from CVS: build fixes
8 lines
251 B
Makefile
8 lines
251 B
Makefile
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
|