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
|
|
@ -31,6 +31,13 @@ set(vlc-video_SOURCES
|
|||
vlc-video-source.c
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
set(MODULE_DESCRIPTION "OBS VLC module")
|
||||
configure_file(${CMAKE_SOURCE_DIR}/cmake/winrc/obs-module.rc.in vlc-video.rc)
|
||||
list(APPEND vlc-video_SOURCES
|
||||
vlc-video.rc)
|
||||
endif()
|
||||
|
||||
add_library(vlc-video MODULE
|
||||
${vlc-video_SOURCES}
|
||||
${vlc-video_HEADERS})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue