vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/

Fixup for bug #619172.
This commit is contained in:
Philip Jägenstedt 2010-05-21 08:23:58 +02:00 committed by Sebastian Dröge
parent 54e6f65ef3
commit c01e89d07e

View 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