[MOVED FROM BAD 030/134] 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 7f56565f76
commit 9918341dd0

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