I followed THIS tutorial and with some changes in the settings, might record videos with my cheap ip cameras using a modified version of motion with ffmpeg support, which is available for download at the site. But motion uses all resources of my outdated router (TL-WR1043ND). So i bought a Raspberry Pi 2 (BRCM2709) and compile a OpenWRT version for it (under BRCM2708), since there is not a version ready for download. The Raspberry Pi 2 is running OpenWRT well, including using zram. But i can not in any way compile a version of motion with ffmpeg support for this architecture. I followed the steps of the Wiki to build a single package and compiled motion, but without support for ffmpeg. In the makefile tried replacing the --without-ffmpeg to --with-ffmpeg and the ipk generated has not support for ffmpeg. Also tried to remove that line (--without-ffmpeg), but no success. In both trials also includes a dependency of ffmpeg (+ffmpeg). How do i compile motion with ffmpeg support for this architecture (BRCM2709)? Appreciate any help from the members of this wonderful forum!
(Last edited by mbarriles on 11 Apr 2015, 16:27)