diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-26 16:36:01 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-26 16:36:01 +0000 |
commit | f7d6a2f13101e64620815f77f6ba97c8781b5f11 (patch) | |
tree | f73bf1fdb622817d5fa0d0185943d28153135159 /gst/rtp | |
parent | f2b394e1d9d15e1acc4e06bb8ea4d4147d92bb33 (diff) |
fix automake warnings
Original commit message from CVS:
fix automake warnings
Diffstat (limited to 'gst/rtp')
-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 \ |