2012-04-04 12:41:22 +00:00
|
|
|
lib_LTLIBRARIES = libgstcodecparsers-@GST_API_VERSION@.la
|
2011-07-19 11:52:01 +00:00
|
|
|
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstcodecparsers_@GST_API_VERSION@_la_SOURCES = \
|
2014-01-07 18:49:00 +00:00
|
|
|
gstmpegvideoparser.c gsth264parser.c gstvc1parser.c gstmpeg4parser.c \
|
2014-04-08 08:30:09 +00:00
|
|
|
gsth265parser.c gstvp8parser.c gstvp8rangedecoder.c \
|
|
|
|
parserutils.c nalutils.c dboolhuff.c vp8utils.c \
|
2012-09-12 08:40:06 +00:00
|
|
|
gstjpegparser.c \
|
2012-09-20 16:03:59 +00:00
|
|
|
gstmpegvideometa.c
|
2011-07-19 11:52:01 +00:00
|
|
|
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstcodecparsers_@GST_API_VERSION@includedir = \
|
|
|
|
$(includedir)/gstreamer-@GST_API_VERSION@/gst/codecparsers
|
2011-07-19 11:52:01 +00:00
|
|
|
|
2014-04-08 08:30:09 +00:00
|
|
|
noinst_HEADERS = parserutils.h nalutils.h dboolhuff.h vp8utils.h
|
2011-09-21 22:40:47 +00:00
|
|
|
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstcodecparsers_@GST_API_VERSION@include_HEADERS = \
|
2014-01-07 18:49:00 +00:00
|
|
|
gstmpegvideoparser.h gsth264parser.h gstvc1parser.h gstmpeg4parser.h \
|
|
|
|
gsth265parser.h gstvp8parser.h gstvp8rangedecoder.h \
|
2012-09-12 08:40:06 +00:00
|
|
|
gstjpegparser.h \
|
2012-09-20 16:03:59 +00:00
|
|
|
gstmpegvideometa.h
|
2011-07-19 11:52:01 +00:00
|
|
|
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstcodecparsers_@GST_API_VERSION@_la_CFLAGS = \
|
2011-08-23 21:25:20 +00:00
|
|
|
$(GST_PLUGINS_BAD_CFLAGS) \
|
|
|
|
-DGST_USE_UNSTABLE_API \
|
2014-04-09 07:22:02 +00:00
|
|
|
$(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
|
2011-08-23 21:25:20 +00:00
|
|
|
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstcodecparsers_@GST_API_VERSION@_la_LIBADD = \
|
2011-08-23 21:25:20 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
2013-11-13 21:59:48 +00:00
|
|
|
$(GST_LIBS) \
|
|
|
|
$(LIBM)
|
2011-08-23 21:25:20 +00:00
|
|
|
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstcodecparsers_@GST_API_VERSION@_la_LDFLAGS = \
|
2011-08-23 21:25:20 +00:00
|
|
|
$(GST_LIB_LDFLAGS) \
|
|
|
|
$(GST_ALL_LDFLAGS) \
|
|
|
|
$(GST_LT_LDFLAGS)
|
2011-07-19 11:52:01 +00:00
|
|
|
|
2014-04-08 08:30:09 +00:00
|
|
|
EXTRA_DIST = dboolhuff.LICENSE dboolhuff.PATENTS dboolhuff.AUTHORS
|