Commit fb98186a authored by Pere Orga's avatar Pere Orga Committed by Tristan Matthews

vpx: fix build conditional

Signed-off-by: default avatarTristan Matthews <tmatth@videolan.org>
parent 00764916
......@@ -299,7 +299,7 @@ static int OpenEncoder(vlc_object_t *p_this)
vp_version = 8;
break;
#endif
#ifdef ENABLE_VP9_DECODER
#ifdef ENABLE_VP9_ENCODER
case VLC_CODEC_VP9:
iface = &vpx_codec_vp9_cx_algo;
vp_version = 9;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment