File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
.DS_Store
6
6
.vscode
7
+ JC1_SDK_SRC_FLP /build /win32 /.vs /
Original file line number Diff line number Diff line change 45
45
<PropertyGroup Label =" UserMacros" />
46
46
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
47
47
<LinkIncremental >true</LinkIncremental >
48
- <OutDir >F:\Codec\JC1Codec\JC1Codec_SDK\JC1_SDK_SRC_1.0\JC1_SDK_SRC_FLP\ bin\ </OutDir >
48
+ <OutDir >..\..\..\ bin</OutDir >
49
49
</PropertyGroup >
50
50
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
51
51
<LinkIncremental >false</LinkIncremental >
Original file line number Diff line number Diff line change 1
1
#include <stdio.h>
2
2
#include <stdlib.h>
3
3
#include <string.h>
4
- #include <unistd.h>
5
-
6
4
#include "AGR_JC1_SDK_API.h"
7
5
6
+ /*use on linux/android*/
7
+ #ifndef _WIN32
8
+ #include <unistd.h>
9
+ #endif
10
+
8
11
9
12
#pragma comment(lib,"libSATECodec_FLP.lib")
10
13
#pragma comment(lib,"libBWE.lib")
You can’t perform that action at this time.
0 commit comments