diff options
author | Christian Schaller <uraeus@gnome.org> | 2005-08-19 15:22:11 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2005-08-19 15:22:11 +0000 |
commit | ae6b329b8e4a907ab3db9c577e6e04142e9845b4 (patch) | |
tree | db1c7f84d10de9c6c2ff5bc5bf914f07fb0ff2e1 /gst | |
parent | 11de94f9b3f6d357f03ca20bbf737dc00dd5c5ad (diff) |
add missing header file for disting
Original commit message from CVS:
add missing header file for disting
Diffstat (limited to 'gst')
-rw-r--r-- | gst/rtp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index 4f1f3d6c..40b575e6 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -25,4 +25,5 @@ noinst_HEADERS = gstrtpL16enc.h \ gstrtpmpadec.h \ gstrtpmpaenc.h \ gstrtph263pdec.h \ - gstrtph263penc.h + gstrtph263penc.h \ + gstrtpdec.h |