Skip to content

Commit

Permalink
CMake: Improve GStreamer Inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Aug 25, 2024
1 parent e9b615f commit 8dad232
Show file tree
Hide file tree
Showing 27 changed files with 559 additions and 425 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
ARTIFACT: QGroundControl.apk
QT_VERSION: 6.6.3
GST_VERSION: 1.22.12
GST_VERSION: 1.24.6
QT_ANDROID_KEYSTORE_PATH: ${{ github.workspace }}/deploy/android/android_release.keystore
QT_ANDROID_KEYSTORE_ALIAS: QGCAndroidKeyStore
QT_ANDROID_KEYSTORE_STORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
ARTIFACT: QGroundControl.apk
QT_VERSION: 6.6.3
GST_VERSION: 1.22.12
GST_VERSION: 1.24.6
QT_ANDROID_KEYSTORE_PATH: ${{ github.workspace }}/deploy/android/android_release.keystore
QT_ANDROID_KEYSTORE_ALIAS: QGCAndroidKeyStore
QT_ANDROID_KEYSTORE_STORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
ARTIFACT: QGroundControl.apk
QT_VERSION: 6.6.3
GST_VERSION: 1.22.12
GST_VERSION: 1.24.6
QT_ANDROID_KEYSTORE_PATH: ${{ github.workspace }}/deploy/android/android_release.keystore
QT_ANDROID_KEYSTORE_ALIAS: QGCAndroidKeyStore
QT_ANDROID_KEYSTORE_STORE_PASS: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
Expand Down
89 changes: 0 additions & 89 deletions cmake/BuildGstQtPlugin.cmake

This file was deleted.

35 changes: 0 additions & 35 deletions cmake/DownloadGStreamer.cmake

This file was deleted.

Loading

0 comments on commit 8dad232

Please sign in to comment.