From 9918341dd0aa16789507660732e910d404b1e0ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 21 May 2010 08:23:58 +0200 Subject: [PATCH] [MOVED FROM BAD 030/134] 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 4f4f194..5ee0dc9 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 -- 2.7.4