documentation: fix some typos
[platform/upstream/gstreamer.git] / ext / a52dec / Makefile.am
1 plugin_LTLIBRARIES = libgsta52dec.la
2
3 libgsta52dec_la_SOURCES = gsta52dec.c
4 libgsta52dec_la_CFLAGS = \
5         $(GST_PLUGINS_BASE_CFLAGS) \
6         $(GST_BASE_CFLAGS) \
7         $(GST_CFLAGS) \
8         $(ORC_CFLAGS) \
9         $(A52DEC_CFLAGS)
10 libgsta52dec_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)
17 libgsta52dec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
18
19 noinst_HEADERS = gsta52dec.h