Great work on the project @bbond007 . I'm having some trouble compiling it and hoped you might be able to suggest where I'm going wrong :).
sudo apt-get install libjpeg8-dev libjpeg62-dev libx11-dev
cd /opt/vc/src/hello_pi/libs/ilclient
make clean
make
cd ~
git clone https://github.com/bbond007/raspytube
cd raspytube
cd OMXJPEG
make clean
make
cd ..
cd GFXDATA
make clean
make
cd ..
make clean
make
When doing the final make I get,
...
/home/pi/raspytube/gfxlib.c:204: undefined reference to `jpeg_mem_src'
collect2: ld returned 1 exit status
make: *** [raspytube.bin] Error 1
rm term.o kbjs.o gfxlib.o ui.o main.o config.o
Great work on the project @bbond007 . I'm having some trouble compiling it and hoped you might be able to suggest where I'm going wrong :).
When doing the final make I get,
In more detail,
I was wondering if you had any suggestions of where I'm going wrong?