summaryrefslogtreecommitdiff
path: root/gst-libs/gst/codecparsers/Makefile.am
blob: 081deead2d6b81231493435caca2e966f2be0bee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
lib_LTLIBRARIES = libgstcodecparsers-@GST_API_VERSION@.la

libgstcodecparsers_@GST_API_VERSION@_la_SOURCES = \
	gstmpegvideoparser.c gsth264parser.c gstvc1parser.c gstmpeg4parser.c \
	gsth265parser.c gstvp8parser.c gstvp8rangedecoder.c \
	parserutils.c nalutils.c dboolhuff.c vp8utils.c \
	gstjpegparser.c \
	gstmpegvideometa.c \
	gstjpeg2000sampling.c \
	gstvp9parser.c vp9utils.c

libgstcodecparsers_@GST_API_VERSION@includedir = \
	$(includedir)/gstreamer-@GST_API_VERSION@/gst/codecparsers

noinst_HEADERS = parserutils.h nalutils.h dboolhuff.h vp8utils.h vp9utils.h

libgstcodecparsers_@GST_API_VERSION@include_HEADERS = \
	gstmpegvideoparser.h gsth264parser.h gstvc1parser.h gstmpeg4parser.h \
	gsth265parser.h gstvp8parser.h gstvp8rangedecoder.h \
	codecparsers-prelude.h \
	gstjpegparser.h \
	gstmpegvideometa.h \
	gstjpeg2000sampling.h \
	gstvp9parser.h

libgstcodecparsers_@GST_API_VERSION@_la_CFLAGS = \
	$(GST_PLUGINS_BAD_CFLAGS) \
	-DGST_USE_UNSTABLE_API \
	-DBUILDING_GST_CODEC_PARSERS \
	$(GST_CFLAGS) \
	-Dvp8_norm=gst_codecparsers_vp8_norm \
	-Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode \
	-Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill

libgstcodecparsers_@GST_API_VERSION@_la_LIBADD = \
	$(GST_BASE_LIBS) \
	$(GST_LIBS) \
	$(LIBM)

libgstcodecparsers_@GST_API_VERSION@_la_LDFLAGS = \
	$(GST_LIB_LDFLAGS) \
	$(GST_ALL_LDFLAGS) \
	$(GST_LT_LDFLAGS)

EXTRA_DIST = dboolhuff.LICENSE dboolhuff.PATENTS dboolhuff.AUTHORS