From c01e89d07efbbb38f0deba37c21da4aef5db5f91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 21 May 2010 08:23:58 +0200 Subject: [PATCH] vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/ Fixup for bug #619172. --- ext/vp8/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/vp8/plugin.c b/ext/vp8/plugin.c index 4f4f194f95..5ee0dc9ea0 100644 --- a/ext/vp8/plugin.c +++ b/ext/vp8/plugin.c @@ -36,7 +36,7 @@ plugin_init (GstPlugin * plugin) gst_vp8_dec_get_type ()); #endif -#ifdef HAVE_VP8_DECODER +#ifdef HAVE_VP8_ENCODER gst_element_register (plugin, "vp8enc", GST_RANK_PRIMARY, gst_vp8_enc_get_type ()); #endif