This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <nanogui/screen.h> | |
#include <nanogui/window.h> | |
#include <nanogui/glcanvas.h> | |
#include <nanogui/layout.h> | |
#include <nanogui/opengl.h> | |
#include <vlc/vlc.h> | |
#include <iostream> | |
#include <mutex> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The C compiler identification is GNU 8.2.1 | |
-- The CXX compiler identification is GNU 8.2.1 | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Detecting C compile features | |
-- Detecting C compile features - done | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1/815] Building C object CMakeFiles/allegro.dir/src/allegro.c.o | |
[2/815] Building C object CMakeFiles/allegro.dir/src/bitmap_draw.c.o | |
[3/815] Building C object CMakeFiles/allegro.dir/src/bitmap_lock.c.o | |
[4/815] Building C object CMakeFiles/allegro.dir/src/bitmap_io.c.o | |
[5/815] Building C object CMakeFiles/allegro.dir/src/blenders.c.o | |
[6/815] Building C object CMakeFiles/allegro.dir/src/bitmap_type.c.o | |
[7/815] Building C object CMakeFiles/allegro.dir/src/clipboard.c.o | |
[8/815] Building C object CMakeFiles/allegro.dir/src/bitmap.c.o | |
[9/815] Building C object CMakeFiles/allegro.dir/src/cpu.c.o | |
[10/815] Building C object CMakeFiles/allegro.dir/src/debug.c.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/dts-v1/; | |
#include "am33xx.dtsi" | |
#include "am335x-bone-common.dtsi" | |
#include "am335x-bonegreen-common.dtsi" | |
/* #include "am335x-bone-jtag.dtsi" */ | |
&am33xx_pinmux { | |
mostro_audio_pins: pinmux_mostro_audio_pins { | |
pinctrl-single,pins = < |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unmapAll | |
iunmapAll | |
map / openSearchBar | |
map n nextSearchResult | |
map N previousSearchResult | |
map F createTabbedHint | |
map f createHint | |
map k scrollUp | |
map j scrollDown | |
map gf nextFrame |
OlderNewer