codecparsers: always build the VC-1 parser library.

... this is useful to make sure pixel-aspect-ratio and framerate
information are correctly parsed since we have no means to detect
that at configure time.
This commit is contained in:
Gwenole Beauchesne 2012-11-15 17:50:45 +01:00
parent 9367c8ea58
commit 18245b484d

View file

@ -17,8 +17,8 @@ libgstvaapi_codecparsers_libs = \
$(GST_LIBS) \
$(NULL)
gen_source_c = parserutils.c
gen_source_h = parserutils.h
gen_source_c = gstvc1parser.c parserutils.c
gen_source_h = gstvc1parser.h parserutils.h
if USE_LOCAL_CODEC_PARSERS_JPEG
gen_source_c += gstjpegparser.c