diff options
author | Wim Taymans <wtaymans@redhat.com> | 2017-12-04 11:39:24 +0100 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2017-12-04 11:39:24 +0100 |
commit | 52dcfe3bec43fbb56213995d4ef068789a2ed246 (patch) | |
tree | 654032d5a928f4ab5a6228fc042c84c36337010a | |
parent | 5fec60078d25ca3465f30b5d4fbe5d7ea6fabd65 (diff) |
build: add pod-parser.h0.1.6
-rw-r--r-- | spa/include/spa/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spa/include/spa/meson.build b/spa/include/spa/meson.build index 64431a4f..18e0bbce 100644 --- a/spa/include/spa/meson.build +++ b/spa/include/spa/meson.build @@ -23,6 +23,7 @@ spa_headers = [ 'pod.h', 'pod-builder.h', 'pod-iter.h', + 'pod-parser.h', 'pod-utils.h', 'props.h', 'ringbuffer.h', |