diff options
Diffstat (limited to 'gst/rtp/Makefile.am')
-rw-r--r-- | gst/rtp/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/rtp/Makefile.am b/gst/rtp/Makefile.am index b705d6be..f23cea2d 100644 --- a/gst/rtp/Makefile.am +++ b/gst/rtp/Makefile.am @@ -1,7 +1,9 @@ plugin_LTLIBRARIES = libgstrtp.la -libgstrtp_la_SOURCES = gstrtp.c gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c rtp-packet.c +libgstrtp_la_SOURCES = gstrtp.c gstrtpdec.c + +#gstrtpL16enc.c gstrtpL16parse.c gstrtpgsmenc.c gstrtpgsmparse.c rtp-packet.c libgstrtp_la_CFLAGS = $(GST_CFLAGS) libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) |