[vlc-commits] vpx: fix build conditional
Pere Orga
git at videolan.org
Wed Feb 10 01:00:10 CET 2016
vlc | branch: master | Pere Orga <pere at orga.cat> | Wed Feb 10 00:47:46 2016 +0100| [fb98186a1c071e997c3f3f6b03edc5f652198a82] | committer: Tristan Matthews
vpx: fix build conditional
Signed-off-by: Tristan Matthews <tmatth at videolan.org>
> 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;
More information about the vlc-commits
mailing list