[MOVED FROM BAD 030/134] vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/
authorPhilip Jägenstedt <philipj@opera.com>
Fri, 21 May 2010 06:23:58 +0000 (08:23 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 16 Sep 2012 13:27:13 +0000 (15:27 +0200)
Fixup for bug #619172.

ext/vp8/plugin.c

index 4f4f194f95b811ee2e4ed4889f431970d5ef15d8..5ee0dc9ea0d1470809102d8d41d265407ac266b4 100644 (file)
@@ -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