diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-05-08 11:35:02 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2009-05-08 11:35:02 +0200 |
commit | a9e496d92fe0ce64e91f974a78a87d4ef4357b3c (patch) | |
tree | 55f1a0d6566c529e507acabeb03af6b6026152db /gst/rtp/Makefile.am | |
parent | 5ec808cf7e4614e6507a2780b32a57475506115a (diff) |
rtj2kdepay: add basic JPEG 2000 depayloader
Diffstat (limited to 'gst/rtp/Makefile.am')
-rw-r--r-- | gst/rtp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index cc0b473d..c578fd40 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -32,6 +32,7 @@ libgstrtp_la_SOURCES = \ gstrtph263pay.c \ gstrtph264depay.c \ gstrtph264pay.c \ + gstrtpj2kdepay.c \ gstrtpj2kpay.c \ gstrtpjpegdepay.c \ gstrtpjpegpay.c \ @@ -106,6 +107,7 @@ noinst_HEADERS = \ gstrtph263pay.h \ gstrtph264depay.h \ gstrtph264pay.h \ + gstrtpj2kdepay.h \ gstrtpj2kpay.h \ gstrtpjpegdepay.h \ gstrtpjpegpay.h \ |