summaryrefslogtreecommitdiff
path: root/lib/Makefile.sources
diff options
context:
space:
mode:
authorSimon Ser <simon.ser@intel.com>2019-07-15 17:45:52 +0300
committerSimon Ser <simon.ser@intel.com>2019-08-14 13:20:32 +0300
commite9c94e6955e1aa1af61ec66a2298e60a7e6b20fb (patch)
treecea1f0faff6ecef4dade5e699168c6e5e45c37ad /lib/Makefile.sources
parentf50ce93c889c4fdc1fd63fd77626a96afd8388a3 (diff)
lib/igt_infoframe: new library
This commit introduces a new igt_infoframe library, used to parse InfoFrames. For now only audio InfoFrames are supported. Support for AVI and other types of InfoFrames is planned (and will come with the matching tests). Unlike igt_edid, InfoFrames are parsed into a higher-level user-friendly struct. Signed-off-by: Simon Ser <simon.ser@intel.com> Reviewed-by: Martin Peres <martin.peres@linux.intel.com>
Diffstat (limited to 'lib/Makefile.sources')
-rw-r--r--lib/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.sources b/lib/Makefile.sources
index e16de86ea..cf094ab89 100644
--- a/lib/Makefile.sources
+++ b/lib/Makefile.sources
@@ -41,6 +41,8 @@ lib_source_list = \
igt_gvt.h \
igt_halffloat.c \
igt_halffloat.h \
+ igt_infoframe.c \
+ igt_infoframe.h \
igt_matrix.c \
igt_matrix.h \
igt_primes.c \