Skip to content

Commit ea40065

Browse files
committed
主分支与实时分支统一版本
1 parent b4c1df4 commit ea40065

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
For more details, please view the file "COPYING" in the project.
1515

1616
# compile
17-
The default configuration only support 8bit decoding. <br>
18-
To support 10bit streams decoding:cmake -DCOMPILE_10BIT=1
17+
The default configuration only support 8bit encoding. <br>
18+
To support 10bit streams encoding: cmake -DCOMPILE_10BIT=1
1919

2020
## windows
2121
Prerequisites:
@@ -25,7 +25,7 @@ build:
2525
1. ./version.bat (to generate version.h)
2626
2. solution file: build/x86_windows/uavs3e.sln
2727

28-
To support 10bit streams decoding, edit inc/com_api.h : #define COMPILE_10BIT 1
28+
To support 10bit streams encoding, edit inc/com_api.h : #define COMPILE_10BIT 1
2929

3030
## linux
3131
Prerequisites:
@@ -37,7 +37,7 @@ Build:
3737
2. cd build/linux && cmake -DCOMPILE_10BIT=0 ../..
3838
3. make && make install
3939

40-
To support 10bit streams decoding:cmake -DCOMPILE_10BIT=1
40+
To support 10bit streams encoding: cmake -DCOMPILE_10BIT=1
4141
to build shared library, set BUILD_SHARED_LIBS=1 please.
4242

4343
# Run tests

version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ else
1616
fi
1717

1818
VER_R=`git rev-list origin/master | sort | wc -l | gawk '{print $1}'`
19-
VER_L=`git rev-list HEAD | sort | wc -l | gawk '{print $1}'`
19+
VER_L=`git rev-list HEAD ^b4c1df4934b3097dba20746a4a54ef8633e47918| sort | wc -l | gawk '{print $1}'`
2020
VER_SHA1=`git log -n 1 | head -n 1 | cut -d ' ' -f 2`
2121

2222
major_version="1"
23-
minor_version="2"
23+
minor_version="3"
2424
type_version="release"
2525

2626
# generate the file version.h

0 commit comments

Comments
 (0)