New upstream version 25.0.8+dfsg1
This commit is contained in:
parent
8b2e5f2130
commit
8e020cdacb
115 changed files with 1767 additions and 10949 deletions
|
|
@ -8,6 +8,13 @@ set(obs-x264_SOURCES
|
|||
obs-x264.c
|
||||
obs-x264-plugin-main.c)
|
||||
|
||||
if(WIN32)
|
||||
set(MODULE_DESCRIPTION "OBS x264 encoder")
|
||||
configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.in obs-x264.rc)
|
||||
list(APPEND obs-x264_SOURCES
|
||||
obs-x264.rc)
|
||||
endif()
|
||||
|
||||
add_library(obs-x264 MODULE
|
||||
${obs-x264_SOURCES})
|
||||
target_link_libraries(obs-x264
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue