diff options
-rw-r--r-- | gst/rtp/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index b5639d72..4a1faa08 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -5,7 +5,7 @@ libgstrtp_la_SOURCES = gstrtp.c \ gstrtpmpadec.c \ gstrtpmpaenc.c \ gstrtpg711enc.c \ - gstrtpg711dec.c \ + gstrtpg711dec.c \ gstrtpgsmenc.c \ gstrtpgsmparse.c \ gstrtpamrdec.c \ @@ -29,7 +29,7 @@ noinst_HEADERS = gstrtpL16enc.h \ gstrtpamrdec.h \ gstrtpamrenc.h \ gstrtpg711enc.h \ - gstrtpg711dec.h \ + gstrtpg711dec.h \ gstrtpgsmenc.h \ gstrtpgsmparse.h \ gstrtpmpadec.h \ |