diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-15 18:15:33 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-15 18:29:04 +0000 |
commit | a0b0728b6b19d5a783cdc578acfd61150dd23fd9 (patch) | |
tree | 01c8c8df00795369c956e2dd864319edce46ce38 | |
parent | c653cb55f9a97d1bf6d3fc1d0ae30dcd958174a5 (diff) |
vaapi: dist new header
-rw-r--r-- | gst/vaapi/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/vaapi/Makefile.am b/gst/vaapi/Makefile.am index 610acd14..b299ac98 100644 --- a/gst/vaapi/Makefile.am +++ b/gst/vaapi/Makefile.am @@ -61,6 +61,7 @@ libgstvaapi_source_c = \ libgstvaapi_source_h = \ gstcompat.h \ + gstvaapi.h \ gstvaapidecode.h \ gstvaapipluginbase.h \ gstvaapipluginutil.h \ |