From c209a6ab40ac3b726799f4f1055288324527d3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 11 May 2010 20:26:37 +0100 Subject: [PATCH] rtp: dist missing header file to fix make distcheck --- gst/rtp/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index dc9a59348a..5117a7b1eb 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -138,6 +138,7 @@ noinst_HEADERS = \ gstrtpmp4apay.h \ gstrtpdepay.h \ gstasteriskh263.h \ + gstrtpqcelpdepay.h \ gstrtpqdmdepay.h \ gstrtpsirenpay.h \ gstrtpsirendepay.h \