vlc | branch: master | Thomas Guillem <[email protected]> | Mon Dec 11 13:18:08 2017 +0100| [c332ecbb9ebb9a0f0c07df00ef831c5984e76fc5] | committer: Thomas Guillem
macosx: build: force usage of a newer xz This fixes the "XZ (LZMA) compressor not found!" error since we are not using the one from /usr/local anymore (and since the system one is too old). > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c332ecbb9ebb9a0f0c07df00ef831c5984e76fc5 --- extras/package/macosx/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh index 4841834b85..17e9c672cf 100755 --- a/extras/package/macosx/build.sh +++ b/extras/package/macosx/build.sh @@ -163,6 +163,7 @@ if [ "$REBUILD" = "yes" ]; then make clean fi make > $out +make .xz > $out spopd # _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
