File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
2121Prerequisites:
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
3131Prerequisites:
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
Original file line number Diff line number Diff line change 1616fi
1717
1818VER_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}' `
2020VER_SHA1=` git log -n 1 | head -n 1 | cut -d ' ' -f 2`
2121
2222major_version=" 1"
23- minor_version=" 2 "
23+ minor_version=" 3 "
2424type_version=" release"
2525
2626# generate the file version.h
You can’t perform that action at this time.
0 commit comments