Makefile.ffmpeg:360: recipe for target ERROR
Added by Koen De Buck over 7 years ago
Makefile.ffmpeg:360: recipe for targetHello,
I'm trying to build tvheadend following the instructions from the wiki, but I'm getting this error (attachement).
Please can tell me someone wath I'm dooing wrong.
My device is amlogic s905 (aarch64) Debian Jessie.
Thanks in advance!
regards, Jefken3
Replies (2)
RE: Makefile.ffmpeg:360: recipe for target ERROR - Added by saen acro over 7 years ago
Cross compilation request specific patches
try to compile directly on device
RE: Makefile.ffmpeg:360: recipe for target ERROR - Added by Koen De Buck over 7 years ago
Hi, thanks for answering,
I'm not crosscompiling, I buuild directly on the device (Nexbox A95x, Amlogic S905x, running Ubuntu mate xenial).
Meanwhile I succeed!
I builded ffmpeg manually following this link; "https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu"
than;
$ sudo ./Autobuild.sh -o deps
$ ./Autobuild.sh
and than found in my home folder a .deb file
than I did;
sudo dpkg -i tvheadend*.deb
I had to grant sudo to hts user by editing /etc/sudoers
sudo nano /etc/sudoers
hts ALL = NOPASSWD: ALL
ctrl X
Y
enter
Regards,
Koen.