[vlc-commits] contrib: dav1d: remove nonexistent win32_ver option

Marvin Scholz git at videolan.org
Sat Feb 15 13:13:26 CET 2020


vlc/vlc-3.0 | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Dec 22 00:14:50 2019 +0100| [3494434db32f4da78b0f64a5961099405c44fa47] | committer: Jean-Baptiste Kempf

contrib: dav1d: remove nonexistent win32_ver option

(cherry picked from commit 7387bf6a84a5db76d42976a05044c25dcc6fdc8c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 contrib/src/dav1d/rules.mak | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/contrib/src/dav1d/rules.mak b/contrib/src/dav1d/rules.mak
index 9f60be1f69..6f024bdb3c 100644
--- a/contrib/src/dav1d/rules.mak
+++ b/contrib/src/dav1d/rules.mak
@@ -12,9 +12,6 @@ PKGS_FOUND += dav1d
 endif
 
 DAV1D_CONF = -D enable_tests=false -D enable_tools=false
-ifdef HAVE_WIN32
-DAV1D_CONF += -D win32_ver=false
-endif
 
 $(TARBALLS)/dav1d-$(DAV1D_VERSION).tar.xz:
 	$(call download_pkg,$(DAV1D_URL),dav1d)



More information about the vlc-commits mailing list