Fixup H.264 SPS for VideoToolbox compatibility. Fixes #98

This commit is contained in:
Cameron Gutman
2018-10-12 17:59:53 -07:00
parent 44f415f94d
commit 4f84843b00
8 changed files with 140 additions and 12 deletions

View File

@@ -3,10 +3,11 @@ SUBDIRS = \
moonlight-common-c \
qmdnsengine \
app \
soundio
soundio \
h264bitstream
# Build the dependencies in parallel before the final app
app.depends = qmdnsengine moonlight-common-c soundio
app.depends = qmdnsengine moonlight-common-c soundio h264bitstream
# Support debug and release builds from command line for CI
CONFIG += debug_and_release