vo: fix reference to mediacodec_embed

This commit is contained in:
Aman Gupta 2017-10-09 12:45:26 -07:00 committed by wm4
parent 502d074a31
commit 1abac5f4aa
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
#include "osdep/io.h"
#include "osdep/threads.h"
extern const struct vo_driver video_out_android;
extern const struct vo_driver video_out_mediacodec_embed;
extern const struct vo_driver video_out_x11;
extern const struct vo_driver video_out_vdpau;
extern const struct vo_driver video_out_xv;
@ -67,7 +67,7 @@ extern const struct vo_driver video_out_tct;
const struct vo_driver *const video_out_drivers[] =
{
#if HAVE_ANDROID
&video_out_android,
&video_out_mediacodec_embed,
#endif
#if HAVE_RPI
&video_out_rpi,