-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finally merging everyting together, thanks @buldo for your windows wo…
…rk (#732) * Using geodesic.h from repo * make linux work again ;) * revert windows gstreamer until it works * revert more windows stuff for now * Update MavlinkChoiceElement2.qml * Update MavlinkChoiceElement.qml * Scheduling hotfix * windows build * How to * Update QOpenHD.pro * Update gst_video.pri * Update UDPReceiver.cpp * Revert "Update UDPReceiver.cpp" This reverts commit dc7e3e9. * Update UDPReceiver.cpp * Update UDPReceiver.cpp * Update UDPReceiver.cpp * Update UDPReceiver.cpp * Update UDPReceiver.cpp * Update texturerenderer.cpp * Update avcodec_video.pri * Update avcodec_video.pri * Update avcodec_video.pri * Update avcodec_video.pri * Update avcodec_video.pri * Update gst_video.pri --------- Co-authored-by: Roman Buldygin <[email protected]>
- Loading branch information
1 parent
2da1b76
commit a1da3cb
Showing
17 changed files
with
273 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
How to: | ||
1. Create folder `build-libs-windows` in repository root | ||
2. Download and extract `ffmpeg-release-full-shared.7z` into `build-libs-windows` ( from https://www.gyan.dev/ffmpeg/builds/ ) | ||
Maybe it will be good idea to fix version and put this version in download script | ||
3. Rename extracted folder to `ffmpeg`. Chech that `ffmpeg` folder contains `bin`, `include`, etc. folders. | ||
4. Trying to use prebuild angle from https://github.com/mmozeiko/build-angle | ||
Download latest release and extract to `build-libs-windows`. | ||
Maybe it better to clone/adjust this build pipeline | ||
|
||
5. After build you need to copy `bin` folders content to folder with `.exe` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.