diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-05-13 16:43:21 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-05-13 16:43:21 +0300 |
commit | bb1ae083c6fd53bdbaa11dc4a96186997c4983a4 (patch) | |
tree | 46ac4b1fe50647fa014e11a7dc7eb9a0eda167e0 | |
parent | ce05adfb30cbb48da5f9d3226f4fb0172684fe26 (diff) |
rtp: Ship gstrtpj2kcommon.h file to fix distcheck
-rw-r--r-- | gst/rtp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 5315f9d53..f5d3c9ab3 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -163,6 +163,7 @@ noinst_HEADERS = \ gstrtph265types.h \ gstrtpj2kdepay.h \ gstrtpj2kpay.h \ + gstrtpj2kcommon.h \ gstrtpjpegdepay.h \ gstrtpjpegpay.h \ gstrtpklvdepay.h \ |