Hello, I'm trying to cross compile ffmpeg on a ubuntu x64 host to run on rpi target. I have sysroot from rpi synced in my host.
target files on host tree: http://pastebin.com/CAZGFjUL smbclient is install on RPi: *pi@raspberrypi:~ $ pkg-config --modversion smbclient* *0.2.1* smbclient files on host: *ze@ze-MacBookPro:~/raspi/sysroot$ sudo find . -name "*smbclient.*"* *./usr/include/samba-4.0/libsmbclient.h* *./usr/lib/arm-linux-gnueabihf/libsmbclient.so.0* *./usr/lib/arm-linux-gnueabihf/libsmbclient.so.0.2.1* *./usr/lib/arm-linux-gnueabihf/libsmbclient.so* *./usr/lib/arm-linux-gnueabihf/pkgconfig/smbclient.pc* When I do ./configure on ffmpeg src folder it says it can't find libsmbclient.h. Looking on config.log file it looks like pkg-config is looking for host package instead of target package. You can take a look at the config.log here: http://pastebin.com/LqHuea74 Thank you, Jose Xavier
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
