summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-03 17:23:01 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-03 17:23:01 +0200
commit4570e8bec853aa33cbe4dc8f2e67205a7d72136f (patch)
treeebe06cf934ac4ed3718243c7b9c48e1d6242b461
parenta423788940dea290b82729f060bcc9055eceba5b (diff)
downloadgstreamer-plugins-bad-4570e8bec853aa33cbe4dc8f2e67205a7d72136f.tar.gz
rtpvp8: Also commit remaining uncommitted changes...
-rw-r--r--gst/rtpvp8/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpvp8/Makefile.am b/gst/rtpvp8/Makefile.am
index 604fb0ecb..8f541e0fb 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