rtp: Update codes based on 1.18.4
[platform/upstream/gst-plugins-good.git] / gst / rtp / Makefile.am
index 33f2adb..872856d 100644 (file)
@@ -38,6 +38,8 @@ libgstrtp_la_SOURCES = \
        gstrtpgsmpay.c \
        gstrtpamrdepay.c \
        gstrtpamrpay.c \
+       gstrtph261pay.c \
+       gstrtph261depay.c \
        gstrtph263pdepay.c \
        gstrtph263ppay.c \
        gstrtph263depay.c \
@@ -50,6 +52,10 @@ libgstrtp_la_SOURCES = \
        gstrtpj2kpay.c \
        gstrtpjpegdepay.c \
        gstrtpjpegpay.c \
+       gstrtpklvdepay.c \
+       gstrtpklvpay.c \
+       gstrtpL8depay.c \
+       gstrtpL8pay.c \
        gstrtpL16depay.c \
        gstrtpL16pay.c \
        gstrtpL24depay.c \
@@ -64,6 +70,8 @@ libgstrtp_la_SOURCES = \
        gstrtpmp4gpay.c \
        gstrtpmp4adepay.c \
        gstrtpmp4apay.c \
+       gstrtpopusdepay.c \
+       gstrtpopuspay.c \
        gstrtpqcelpdepay.c \
        gstrtpqdmdepay.c \
        gstrtpsbcdepay.c \
@@ -79,10 +87,23 @@ libgstrtp_la_SOURCES = \
        gstrtpvorbispay.c  \
        gstrtpvp8depay.c \
        gstrtpvp8pay.c \
+       gstrtpvp9depay.c \
+       gstrtpvp9pay.c \
        gstrtpvrawdepay.c  \
        gstrtpvrawpay.c \
        gstrtpstreampay.c \
-       gstrtpstreamdepay.c
+       gstrtpstreamdepay.c \
+       gstrtputils.c \
+       rtpulpfeccommon.c \
+       gstrtpulpfecdec.c \
+       gstrtpulpfecenc.c \
+       rtpredcommon.c \
+       gstrtpredenc.c \
+       gstrtpreddec.c \
+       rtpstorage.c \
+       rtpstoragestream.c \
+       gstrtpstorage.c \
+       gstbuffermemory.c
 
 libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
        $(GST_CFLAGS) -Dvp8_norm=gst_rtpvp8_vp8_norm \
@@ -98,12 +119,13 @@ libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
        $(GST_BASE_LIBS) $(GST_LIBS) \
        $(LIBM)
 libgstrtp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 
-libgstrtp_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
 
 noinst_HEADERS =                       \
        dboolhuff.h \
        fnv1hash.h \
        gstrtpchannels.h \
+       gstrtpL8depay.h \
+       gstrtpL8pay.h \
        gstrtpL16depay.h \
        gstrtpL16pay.h \
        gstrtpL24depay.h \
@@ -141,6 +163,8 @@ noinst_HEADERS =                    \
        gstrtpmpapay.h \
        gstrtpmpvdepay.h \
        gstrtpmpvpay.h \
+       gstrtph261pay.h \
+       gstrtph261depay.h \
        gstrtph263pdepay.h \
        gstrtph263ppay.h \
        gstrtph263depay.h \
@@ -149,10 +173,14 @@ noinst_HEADERS =                  \
        gstrtph264pay.h \
        gstrtph265depay.h \
        gstrtph265pay.h \
+       gstrtph265types.h \
        gstrtpj2kdepay.h \
        gstrtpj2kpay.h \
+       gstrtpj2kcommon.h \
        gstrtpjpegdepay.h \
        gstrtpjpegpay.h \
+       gstrtpklvdepay.h \
+       gstrtpklvpay.h \
        gstrtpmp1sdepay.h \
        gstrtpmp2tdepay.h \
        gstrtpmp2tpay.h \
@@ -162,39 +190,40 @@ noinst_HEADERS =                  \
        gstrtpmp4gpay.h \
        gstrtpmp4adepay.h \
        gstrtpmp4apay.h \
+       gstrtpopusdepay.h \
+       gstrtpopuspay.h \
        gstasteriskh263.h \
        gstrtpqcelpdepay.h \
        gstrtpqdmdepay.h \
+       gstrtpreddec.h \
+       gstrtpredenc.h \
        gstrtpsbcdepay.h \
        gstrtpsbcpay.h \
        gstrtpsirenpay.h \
        gstrtpsirendepay.h \
        gstrtpspeexdepay.h \
        gstrtpspeexpay.h \
+       gstrtpstorage.h \
        gstrtpsv3vdepay.h \
        gstrtptheoradepay.h \
        gstrtptheorapay.h \
+       gstrtpulpfecdec.h \
+       gstrtpulpfecenc.h \
        gstrtpvorbisdepay.h \
        gstrtpvorbispay.h \
        gstrtpvp8depay.h \
        gstrtpvp8pay.h \
+       gstrtpvp9depay.h \
+       gstrtpvp9pay.h \
        gstrtpvrawdepay.h \
        gstrtpvrawpay.h \
        gstrtpstreampay.h \
-       gstrtpstreamdepay.h
+       gstrtpstreamdepay.h \
+       gstrtputils.h \
+       rtpredcommon.h \
+       rtpstorage.h \
+       rtpstoragestream.h \
+       rtpulpfeccommon.h \
+       gstbuffermemory.h
 
 EXTRA_DIST = dboolhuff.LICENSE
-
-Android.mk: Makefile.am $(BUILT_SOURCES)
-       androgenizer \
-       -:PROJECT libgstrtp -:SHARED libgstrtp \
-        -:TAGS eng debug \
-         -:REL_TOP $(top_srcdir) -:ABS_TOP $(abs_top_srcdir) \
-        -:SOURCES $(libgstrtp_la_SOURCES) \
-        -:CFLAGS $(DEFS) $(DEFAULT_INCLUDES) $(libgstrtp_la_CFLAGS) \
-        -:LDFLAGS $(libgstrtp_la_LDFLAGS) \
-         $(libgstrtp_la_LIBADD) \
-         -ldl \
-        -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
-             LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
-       > $@