diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2018-02-21 20:44:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-02-21 20:45:31 +0000 |
commit | 51177004d36e8a99d18d7fb15a1eeebec6af2f01 (patch) | |
tree | e8427b7d8fbee3e77557f1339ae46384bd6f8198 | |
parent | 3789afd491916103969ac26daaf40e7ceac27993 (diff) |
rtp: dist new header files
Fixes make distcheck
-rw-r--r-- | gst/rtp/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 05ec3878d..2e3b866f5 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -194,15 +194,20 @@ noinst_HEADERS = \ gstasteriskh263.h \ gstrtpqcelpdepay.h \ gstrtpqdmdepay.h \ + gstrtpreddec.h \ + gstrtpredenc.h \ gstrtpsbcdepay.h \ gstrtpsbcpay.h \ gstrtpsirenpay.h \ gstrtpsirendepay.h \ gstrtpspeexdepay.h \ gstrtpspeexpay.h \ + gstrtpstorage.h \ gstrtpsv3vdepay.h \ gstrtptheoradepay.h \ gstrtptheorapay.h \ + gstrtpulpfecdec.h \ + gstrtpulpfecenc.h \ gstrtpvorbisdepay.h \ gstrtpvorbispay.h \ gstrtpvp8depay.h \ @@ -213,6 +218,11 @@ noinst_HEADERS = \ gstrtpvrawpay.h \ gstrtpstreampay.h \ gstrtpstreamdepay.h \ - gstrtputils.h + gstrtputils.h \ + rtpredcommon.h \ + rtpstorage.h \ + rtpstoragestream.h \ + rtpulpfeccommon.h + EXTRA_DIST = dboolhuff.LICENSE |