1
OpenLase Discussion / Re: Running "simple" example results in garbled cubes being drawn in simulator
« on: December 09, 2015, 07:50:59 PM »
Thank you for offering. I installed Linux Mint 17.3 Rosa, then installed ffmpeg via:
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
Then I followed the openlase compile steps but ran into a fatal error:
-------------------------------
/home/efilm-rnd/Desktop/openlase/tools/qplayvid/qplayvid.c:38:38: fatal error: libavresample/avresample.h: No such file or directory
#include <libavresample/avresample.h>
^
compilation terminated.
make[2]: *** [tools/qplayvid/CMakeFiles/qplayvid.dir/qplayvid.c.o] Error 1
make[1]: *** [tools/qplayvid/CMakeFiles/qplayvid.dir/all] Error 2
make: *** [all] Error 2
efilm-rnd@efilmrnd-HP ~/Desktop/openlase/build $
-------------------------------
I attached the verbose cmake and make results as a .txt file if that is useful.
Searching for this message online yielded what looks like some qplayvid.c changes by KamalMostafa. I don't understand though if his changes are complete and if I should use his version of qplayvid.c
Thanks again.
KB
sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get install ffmpeg
Then I followed the openlase compile steps but ran into a fatal error:
-------------------------------
/home/efilm-rnd/Desktop/openlase/tools/qplayvid/qplayvid.c:38:38: fatal error: libavresample/avresample.h: No such file or directory
#include <libavresample/avresample.h>
^
compilation terminated.
make[2]: *** [tools/qplayvid/CMakeFiles/qplayvid.dir/qplayvid.c.o] Error 1
make[1]: *** [tools/qplayvid/CMakeFiles/qplayvid.dir/all] Error 2
make: *** [all] Error 2
efilm-rnd@efilmrnd-HP ~/Desktop/openlase/build $
-------------------------------
I attached the verbose cmake and make results as a .txt file if that is useful.
Searching for this message online yielded what looks like some qplayvid.c changes by KamalMostafa. I don't understand though if his changes are complete and if I should use his version of qplayvid.c
Thanks again.
KB