Imported Upstream version 0.13.2+dsfg1
This commit is contained in:
commit
fb3990e9e5
2036 changed files with 287360 additions and 0 deletions
32
plugins/mac-vth264/CMakeLists.txt
Normal file
32
plugins/mac-vth264/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
project(mac-vth264)
|
||||
|
||||
find_library(AVFOUNDATION AVFoundation)
|
||||
find_library(COCOA Cocoa)
|
||||
find_library(COREFOUNDATION CoreFoundation)
|
||||
find_library(COREVIDEO CoreVideo)
|
||||
find_library(VIDEOTOOLBOX VideoToolbox)
|
||||
find_library(COREMEDIA CoreMedia)
|
||||
|
||||
include_directories(${AVFOUNDATION}
|
||||
${COCOA}
|
||||
${COREFOUNDATION}
|
||||
${COREVIDEO}
|
||||
${VIDEOTOOLBOX}
|
||||
${COREMEDIA})
|
||||
|
||||
set(mac-vth264_SOURCES
|
||||
encoder.c)
|
||||
|
||||
add_library(mac-vth264 MODULE
|
||||
${mac-vth264_SOURCES})
|
||||
|
||||
target_link_libraries(mac-vth264
|
||||
libobs
|
||||
${AVFOUNDATION}
|
||||
${COCOA}
|
||||
${COREFOUNDATION}
|
||||
${COREVIDEO}
|
||||
${VIDEOTOOLBOX}
|
||||
${COREMEDIA})
|
||||
|
||||
install_obs_plugin_with_data(mac-vth264 data)
|
||||
Loading…
Add table
Add a link
Reference in a new issue