Install a missing header

This header is used by param/video/format-utils.h and therefore needed to be installed as well.
This commit is contained in:
Jan Grulich 2018-10-30 11:04:19 +00:00 committed by Wim Taymans
parent df4a5efb89
commit 2aeb5d9d98

View file

@ -34,6 +34,7 @@ spa_param_headers = [
'param/param.h',
'param/props.h',
'param/format.h',
'param/format-utils.h',
'param/type-info.h',
]