vlc | branch: master | Pere Orga <[email protected]> | Wed Feb 10 00:47:46 2016 +0100| [fb98186a1c071e997c3f3f6b03edc5f652198a82] | committer: Tristan Matthews
vpx: fix build conditional Signed-off-by: Tristan Matthews <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb98186a1c071e997c3f3f6b03edc5f652198a82 --- modules/codec/vpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/vpx.c b/modules/codec/vpx.c index 296cd9d..0b86489 100644 --- a/modules/codec/vpx.c +++ b/modules/codec/vpx.c @@ -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; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
