[FFmpeg-user] Issue Crossbuilding ffplay with openembedded

Rickoo natural_groove at hotmail.fr
Tue Jul 15 15:01:11 CEST 2014


Using the current version of ffmpeg now, removed the depends and libs (i
found out gpl is needed x11grab)

I tried to things: *First* removing the do_ configure

SRC_URI = "https://www.ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2"
SRC_URI[md5sum] = "7ebd50489b9f32de95c17661501e5635"
SRC_URI[sha256sum] =
"ece005308e11de84dba1de7a202ffe7c05320cddaa59a968cbe3da86010e9039"

inherit autotools pkgconfig

S="${WORKDIR}/ffmpeg"

CROSS_COMPILE =
"/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-"

EXTRA_OECONF = "--arch=arm --enable-cross-compile
--cross-prefix=${CROSS_COMPILE} --target-os=linux --enable-gpl
--enable-x11grab --enable-libtheora --enable-libvorbis --enable-shared
--enable-pic"

When doing so, i get error : ./configure: /tmp/ffconf.XXNQGlls.sh: /bin/sh:
bad interpreter: Permission denied
| Sanity test failed.
| ERROR: oe_runconf failed
| ERROR: Function failed: do_configure



*Second one*, same but with :
do_configure() {
./configure ${EXTRA_OECONF}
}

no errors, but ffplay is not built (only ffmeg ffprobe and ffserver)

what am i doing wrong here?

Ricko




--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Issue-Crossbuilding-ffplay-with-openembedded-tp4666284p4666354.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list