blob: 65c4d266053f341ebf5658679ce3bdb30b153767 [file] [log] [blame]
Olivier Naudan2556a702012-04-16 08:57:32 -04001plugin_LTLIBRARIES = libgsta52dec.la
2
3libgsta52dec_la_SOURCES = gsta52dec.c
4libgsta52dec_la_CFLAGS = \
5 $(GST_PLUGINS_BASE_CFLAGS) \
6 $(GST_BASE_CFLAGS) \
7 $(GST_CFLAGS) \
8 $(ORC_CFLAGS) \
9 $(A52DEC_CFLAGS)
10libgsta52dec_la_LIBADD = \
11 $(GST_PLUGINS_BASE_LIBS) \
12 $(GST_BASE_LIBS) \
13 $(GST_LIBS) \
14 -lgstaudio-$(GST_API_VERSION) \
15 $(ORC_LIBS) \
16 $(A52DEC_LIBS)
17libgsta52dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
18libgsta52dec_la_LIBTOOLFLAGS = --tag=disable-static
19
20noinst_HEADERS = gsta52dec.h