New upstream version 23.2.1+dfsg1
This commit is contained in:
parent
cdc9a9fc87
commit
b14f9eae6d
1017 changed files with 37232 additions and 11111 deletions
|
|
@ -13,6 +13,7 @@ set(obs-ffmpeg_HEADERS
|
|||
obs-ffmpeg-formats.h
|
||||
obs-ffmpeg-compat.h
|
||||
closest-pixel-format.h)
|
||||
|
||||
set(obs-ffmpeg_SOURCES
|
||||
obs-ffmpeg.c
|
||||
obs-ffmpeg-audio-encoders.c
|
||||
|
|
@ -21,6 +22,21 @@ set(obs-ffmpeg_SOURCES
|
|||
obs-ffmpeg-mux.c
|
||||
obs-ffmpeg-source.c)
|
||||
|
||||
if(UNIX AND NOT APPLE)
|
||||
list(APPEND obs-ffmpeg_SOURCES
|
||||
obs-ffmpeg-vaapi.c)
|
||||
LIST(APPEND obs-ffmpeg_PLATFORM_DEPS
|
||||
${LIBVA_LBRARIES})
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
list(APPEND obs-ffmpeg_SOURCES
|
||||
jim-nvenc.c
|
||||
jim-nvenc-helpers.c)
|
||||
list(APPEND obs-ffmpeg_HEADERS
|
||||
jim-nvenc.h)
|
||||
endif()
|
||||
|
||||
add_library(obs-ffmpeg MODULE
|
||||
${obs-ffmpeg_HEADERS}
|
||||
${obs-ffmpeg_SOURCES})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue