File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 @echo " \033[4;3mMaking CMake targets\033[0m"
1313 @make cmake
1414 @echo " \033[4;3mMaking extensions\033[0m"
15+ @make -C pyex all
1516 @make -C vs-extension all
16- @make -C pyext all
1717cmake :
1818 @ if [ ! -d build ]; then mkdir -p build; else echo Deleting built files; rm -rf build/* ; fi ;
1919 @ cd build && cmake .. && make -j4 && cd -
2323 @make -C thread clean
2424 @make -C hdware clean
2525 @make -C IM clean
26- @make -C pyext clean
26+ @make -C pyex clean
2727 @make -C vs-extension clean
2828 @ if [ -d " $( pwd) ../lib" ]; then rm -rvf $( pwd) ../lib; fi ;
2929 @ rm -rvf bin/* .exe* ./* .o * /.vs vs
Original file line number Diff line number Diff line change 1+ #pragma GCC diagnostic ignored "-Wpedantic"
12#define NULL 0
23struct SwsContext { };
34enum AVPixelFormat { A };
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ else if [ ! -d "build" ]
77 mkdir build;
88 fi
99fi
10- # build && genhtml
10+ # build && lcov gen html
1111cd build
1212cmake ..
1313make -j
You can’t perform that action at this time.
0 commit comments