mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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:
parent
9367c8ea58
commit
18245b484d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue