Skip to content

Commit

Permalink
Bump VLC to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Feb 7, 2016
1 parent 2ce4ee0 commit cf4a655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ branches:

environment:
vlcqt_version: 1.0.0
vlc_version: 2.2.1
vlc_version: 2.2.2

matrix:
# MSVC x86
Expand Down
6 changes: 3 additions & 3 deletions tools/ci/osx/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ brew install qt5 p7zip ninja
# Install other dependencies
pushd dependencies

# Install patched VLC 2.2.1
curl -LO "https://googledrive.com/host/0B7I7Zg8w-HxRfmxSMmdhM3dTMGJnSklRX1c4ZkxmekJkcFplYnRLTU80R3Znd1VITkNueGs/vlc-2.2.1-osx_with_sdk.7z"
7z x vlc-2.2.1-osx_with_sdk.7z > /dev/null
# Install patched VLC 2.2.2
curl -LO "https://googledrive.com/host/0B7I7Zg8w-HxRfmxSMmdhM3dTMGJnSklRX1c4ZkxmekJkcFplYnRLTU80R3Znd1VITkNueGs/vlc-2.2.2-osx_with_sdk.7z"
7z x vlc-2.2.2-osx_with_sdk.7z > /dev/null

export PATH=/usr/local/opt/qt5/bin:$PATH

Expand Down

0 comments on commit cf4a655

Please sign in to comment.