[vlc-commits] contrib: dav1d: Update option names

Hugo Beauzée-Luyssen git at videolan.org
Wed Aug 14 12:23:51 CEST 2019


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Wed Aug 14 12:23:15 2019 +0200| [57626985a8895e090a805bab6d6847a5fb3ee5c2] | committer: Hugo Beauzée-Luyssen

contrib: dav1d: Update option names

(cherry picked from commit a0f8ec0ee7093a77a98e92bac8c38423f6001f8e)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=57626985a8895e090a805bab6d6847a5fb3ee5c2
---

 contrib/src/dav1d/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/dav1d/rules.mak b/contrib/src/dav1d/rules.mak
index 28a41e90f7..74a44dbb60 100644
--- a/contrib/src/dav1d/rules.mak
+++ b/contrib/src/dav1d/rules.mak
@@ -11,7 +11,7 @@ ifeq ($(call need_pkg,"dav1d"),)
 PKGS_FOUND += dav1d
 endif
 
-DAV1D_CONF = -D build_tests=false -D build_tools=false
+DAV1D_CONF = -D enable_tests=false -D enable_tools=false
 ifdef HAVE_WIN32
 DAV1D_CONF += -D win32_ver=false
 endif



More information about the vlc-commits mailing list