codecparsers: always build the VC-1 parser library.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 15 Nov 2012 16:50:45 +0000 (17:50 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Thu, 15 Nov 2012 16:50:45 +0000 (17:50 +0100)
... 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.

gst-libs/gst/codecparsers/Makefile.am

index 46851c0..007da41 100644 (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