Coding style

This commit is contained in:
Zoe Roux
2021-04-15 00:52:29 +02:00
parent 540f70a0cf
commit 06c3205098

View File

@@ -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()