From 4570e8bec853aa33cbe4dc8f2e67205a7d72136f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 3 Oct 2012 17:23:01 +0200 Subject: [PATCH] rtpvp8: Also commit remaining uncommitted changes... --- gst/rtpvp8/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtpvp8/Makefile.am b/gst/rtpvp8/Makefile.am index 604fb0e..8f541e0 100644 --- a/gst/rtpvp8/Makefile.am +++ b/gst/rtpvp8/Makefile.am @@ -10,9 +10,9 @@ noinst_HEADERS = gstrtpvp8depay.h \ dboolhuff.h libgstrtpvp8_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) \ - $(GST_BASE_CFLAGS) $(GST_CFLAGS) -libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \ + $(GST_BASE_CFLAGS) $(GST_CFLAGS) \ -Dvp8_norm=gst_rtpvp8_vp8_norm +libgstrtpvp8_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstrtp-@GST_API_VERSION@ \ $(GST_BASE_LIBS) $(GST_LIBS) libgstrtpvp8_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstrtpvp8_la_LIBTOOLFLAGS = --tag=disable-static -- 2.7.4