• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1plugin_LTLIBRARIES = libgstvoaacenc.la
2
3libgstvoaacenc_la_SOURCES = \
4	gstvoaac.c \
5	gstvoaacenc.c
6
7libgstvoaacenc_la_CFLAGS = -DGST_USE_UNSTABLE_API \
8	$(GST_PLUGINS_BASE_CFLAGS) \
9	$(GST_BASE_CFLAGS) \
10	$(GST_CFLAGS) \
11	$(VOAACENC_CFLAGS)
12libgstvoaacenc_la_LIBADD = \
13	$(GST_PLUGINS_BASE_LIBS) \
14	-lgstaudio-$(GST_API_VERSION) \
15	-lgstpbutils-$(GST_API_VERSION) \
16	$(GST_BASE_LIBS) \
17	$(GST_LIBS) \
18	$(VOAACENC_LIBS)
19libgstvoaacenc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
20
21noinst_HEADERS = \
22	gstvoaacenc.h
23
24presetdir = $(datadir)/gstreamer-$(GST_API_VERSION)/presets
25
26EXTRA_DIST = $(preset_DATA)
27