Browse Source

OSX gstreamer always on

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
c60b7b0f5c
  1. 2
      .travis.yml

2
.travis.yml

@ -104,7 +104,7 @@ install: @@ -104,7 +104,7 @@ install:
;
fi
- if [[ "${SPEC}" = "macx-clang" && "${TRAVIS_PULL_REQUEST}" = "false" ]]; then
- if [[ "${SPEC}" = "macx-clang" ]]; then
wget --quiet https://s3-us-west-2.amazonaws.com/qgroundcontrol/dependencies/osx-gstreamer.tar.bz2 &&
sudo tar jxf osx-gstreamer.tar.bz2 -C /Library/Frameworks
;

Loading…
Cancel
Save