obs-ffmpeg: Move muxer structure/funcs to header

(Jim) Allows the ability to use it for more output types.
This commit is contained in:
Maya Venkatraman
2020-10-12 20:55:26 -07:00
committed by jp9000
parent 3d51602690
commit 87a64e6565
5 changed files with 61 additions and 50 deletions

View File

@@ -20,8 +20,9 @@ set(obs-ffmpeg_config_HEADERS
"${CMAKE_CURRENT_BINARY_DIR}/obs-ffmpeg-config.h")
set(obs-ffmpeg_HEADERS
obs-ffmpeg-compat.h
obs-ffmpeg-formats.h
obs-ffmpeg-compat.h)
obs-ffmpeg-mux.h)
set(obs-ffmpeg_SOURCES
obs-ffmpeg.c