0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-19 20:32:15 +02:00

obs-ffmpeg: Add missing header to CMakeLists

This commit is contained in:
derrod 2023-11-30 16:36:36 +01:00 committed by Lain
parent 49e796c6fc
commit 859321b767
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ target_sources(
obs-ffmpeg-mux.h
obs-ffmpeg-nvenc.c
obs-ffmpeg-output.c
obs-ffmpeg-output.h
obs-ffmpeg-source.c
obs-ffmpeg-video-encoders.c
obs-ffmpeg.c)

View File

@ -42,6 +42,7 @@ target_sources(
obs-ffmpeg-av1.c
obs-ffmpeg-nvenc.c
obs-ffmpeg-output.c
obs-ffmpeg-output.h
obs-ffmpeg-mux.c
obs-ffmpeg-mux.h
obs-ffmpeg-hls-mux.c