obs-ffmpeg: Move muxer structure/funcs to header
(Jim) Allows the ability to use it for more output types.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user