mirror of
https://github.com/zoriya/Kyoo.Transcoder.git
synced 2025-12-06 06:26:11 +00:00
Coding style
This commit is contained in:
@@ -12,7 +12,7 @@ add_library(transcoder SHARED
|
||||
src/transmuxer.c
|
||||
src/path_helper.c
|
||||
src/destroyer.c
|
||||
src/compatibility.c
|
||||
src/compatibility.c
|
||||
)
|
||||
set_property(TARGET transcoder PROPERTY C_STANDARD 11)
|
||||
set_property(TARGET transcoder PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
@@ -24,4 +24,4 @@ if(WIN32)
|
||||
target_link_libraries(transcoder wsock32 ws2_32)
|
||||
target_link_libraries(transcoder Secur32 Secur32)
|
||||
target_link_libraries(transcoder Bcrypt Bcrypt)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user