rtp: fix duplicated symbols with libvpx
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 2 May 2013 11:45:55 +0000 (13:45 +0200)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 2 May 2013 12:03:33 +0000 (14:03 +0200)
gst/rtp/Makefile.am

index 7b83b18..6c1d6b8 100644 (file)
@@ -79,7 +79,10 @@ libgstrtp_la_SOURCES = \
        gstrtpvrawpay.c 
 
 libgstrtp_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
-       $(GST_CFLAGS) -Dvp8_norm=gst_rtpvp8_vp8_norm
+       $(GST_CFLAGS) -Dvp8_norm=gst_rtpvp8_vp8_norm \
+       -Dvp8dx_start_decode=gst_rtpvp8_vp8dx_start_decode \
+       -Dvp8dx_bool_decoder_fill=gst_rtpvp8_vp8dx_bool_decoder_fill
+
 libgstrtp_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) \
        -lgstaudio-@GST_API_VERSION@ \
        -lgstvideo-@GST_API_VERSION@ \