mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
[MOVED FROM BAD 030/134] vp8: typo: s/HAVE_VP8_DECODER/HAVE_VP8_ENCODER/
Fixup for bug #619172.
This commit is contained in:
parent
7f56565f76
commit
9918341dd0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue