Skip to content

Commit 83e06e0

Browse files
author
Dogancan Ozturk
committed
binary update
1 parent 4e13b9e commit 83e06e0

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

Examples/CrossPlatformTest/CrossPlatformTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</Content>
2424
<Content Include="openh264-2.4.1-win64.dll">
2525
<PackagePath>\lib\$(TargetFramework)</PackagePath>
26-
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
26+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2727
<Pack>true</Pack>
2828
</Content>
2929
</ItemGroup>
-14 KB
Binary file not shown.
-768 Bytes
Binary file not shown.
Binary file not shown.
-1.5 KB
Binary file not shown.

H264SharpNative/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if(ANDROID)
2424

2525
elseif(UNIX)
2626

27-
set(CMAKE_C_COMPILER "/usr/bin/clang-17")
28-
set(CMAKE_CXX_COMPILER "/usr/bin/clang++-17")
27+
set(CMAKE_C_COMPILER "/usr/bin/clang")
28+
set(CMAKE_CXX_COMPILER "/usr/bin/clang++")
2929
else()
3030

3131
set(CMAKE_C_COMPILER "C:/Program Files/LLVM/bin/clang.exe")
@@ -83,7 +83,7 @@ set_target_properties(CMakeProject1 PROPERTIES OUTPUT_NAME "H264SharpNative-andr
8383
set_target_properties(CMakeProject1 PROPERTIES SUFFIX ".so")
8484
elseif(UNIX)
8585
set_target_properties(CMakeProject1 PROPERTIES PREFIX "")
86-
set_target_properties(CMakeProject1 PROPERTIES OUTPUT_NAME "H264SharpNative-linux-x64")
86+
set_target_properties(CMakeProject1 PROPERTIES OUTPUT_NAME "H264SharpNative-linux64")
8787
set_target_properties(CMakeProject1 PROPERTIES SUFFIX ".so")
8888
else()
8989
target_link_libraries(CMakeProject1 PRIVATE synchronization)

0 commit comments

Comments
 (0)