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 <mutex> | |
| #include <vlc/vlc.h> | |
| #include <stb_image.h> | |
| #include <nanogui/nanogui.h> | |
| class VideoView: public nanogui::GLCanvas { | |
| public: | |
| nanogui::GLShader shader; | |
| GLuint textureId; |
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 |
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
| /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
| [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
| -- 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
| /* | |
| * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | |
| * | |
| * This program is free software; you can redistribute it and/or modify | |
| * it under the terms of the GNU General Public License version 2 as | |
| * published by the Free Software Foundation. | |
| */ | |
| /dts-v1/; | |
| #include "am33xx.dtsi" |
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> // includes most opengl definitions | |
| #include <iostream> | |
| #include <mutex> | |
| #include <cstdint> | |
| #include <thread> |
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
| (cd ../flite && sh ./configure CFLAGS="-DPD -I/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/pd/src -Wall -W -ggdb -I/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/Gem/src -I/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -O2 -I/sw/include" LDFLAGS=" -L/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/pd/src -L/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/pd/bin -L/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/pd/obj -L/sw/lib" --with-pd-include="/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/pd/src" --with-pd-dir="/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/externals/moocow/extended/build.moo" --disable-dependency-tracking && make clean) || echo "(MOOCOW) Warning: sub-target failed: 'flite.configure_stamp'" | |
| configure: pre-processing user CFLAGS... | |
| configure: got CFLAGS="-DPD -I/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/pd/src -Wall -W -ggdb -I/home/Rafa/src/AUR-pd-l2ork/pd-l2ork/src/pd-l2ork/Gem/src -I/home/Rafa/src/AUR-pd- |
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
| [rafaelvega@arch-rafa ember-runner]$ ember-runner preview | |
| [task:checkConfig] Started | |
| [task:configure] Started | |
| [task:clean] Started | |
| [vendors] Started | |
| [apps] Started | |
| [task:checkPackages] Started | |
| [task:walk] Started | |
| [build] Started | |
| [Build] Package: handlebars |
NewerOlder