[vlc-commits] win32: Don't force enable faad

Martin Storsjö git at videolan.org
Wed May 20 13:14:57 CEST 2020


vlc | branch: master | Martin Storsjö <martin at martin.st> | Wed May 20 12:46:20 2020 +0300| [84afc7b8c42a662ded1f3d7571008a396a39585e] | committer: Martin Storsjö

win32: Don't force enable faad

The faad library isn't built for arm (see contrib/src/faad2/rules.mak),
and since eea2b42638cd5d, configure actually errors out if fadd wasn't
found when it was requested to be enabled (previously this seems to have
been the intent, but it didn't actually do that).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=84afc7b8c42a662ded1f3d7571008a396a39585e
---

 extras/package/win32/configure.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extras/package/win32/configure.sh b/extras/package/win32/configure.sh
index ddf441a90e..76d10445c0 100755
--- a/extras/package/win32/configure.sh
+++ b/extras/package/win32/configure.sh
@@ -3,7 +3,6 @@
 OPTIONS="
       --enable-update-check
       --enable-lua
-      --enable-faad
       --enable-flac
       --enable-theora
       --enable-avcodec --enable-merge-ffmpeg



More information about the vlc-commits mailing list