Make h264bitstream dependency optional

This commit is contained in:
Cameron Gutman
2026-07-19 14:11:27 -05:00
parent 1d1fe1aac3
commit 2328713f4e
3 changed files with 21 additions and 4 deletions
+3
View File
@@ -448,6 +448,9 @@ wayland {
SOURCES += streaming/video/ffmpeg-renderers/pacer/waylandvsyncsource.cpp
HEADERS += streaming/video/ffmpeg-renderers/pacer/waylandvsyncsource.h
}
!disable-h264bitstream {
DEFINES += HAVE_H264BITSTREAM
}
RESOURCES += \
resources.qrc \