[vlc-commits] macOS build.sh: Select ffmpeg for macOS contrib build

David Fuhrmann git at videolan.org
Mon Jul 17 19:25:24 CEST 2017


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jul  9 19:25:52 2017 +0200| [3742c0c333bdf82a45c6bcefd035b89a7a08a37a] | committer: David Fuhrmann

macOS build.sh: Select ffmpeg for macOS contrib build

As of now, ffmpeg is used for macOS building.

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

 extras/package/macosx/build.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/extras/package/macosx/build.sh b/extras/package/macosx/build.sh
index aadf098c94..1ac7f65ce6 100755
--- a/extras/package/macosx/build.sh
+++ b/extras/package/macosx/build.sh
@@ -103,6 +103,9 @@ export OSX_VERSION
 export SDKROOT
 export PATH="${vlcroot}/extras/tools/build/bin:${vlcroot}/contrib/${TRIPLET}/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:${PATH}"
 
+# Select avcodec flavor to compile contribs with
+export USE_FFMPEG=1
+
 #
 # vlc/extras/tools
 #



More information about the vlc-commits mailing list