[FFmpeg-user] Issue Crossbuilding ffplay with openembedded

Rickoo natural_groove at hotmail.fr
Wed Jul 16 09:50:09 CEST 2014


Output of config.log :


check_pkg_config sdl SDL_events.h SDL_PollEvent
false --exists --print-errors sdl
check_header linux/fb.h
check_cpp
BEGIN /tmp/ffconf.BBrjntYs.c
    1   #include <linux/fb.h>
    2   int x;
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -E -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c
check_header linux/videodev.h
check_cpp
BEGIN /tmp/ffconf.BBrjntYs.c
    1   #include <linux/videodev.h>
    2   int x;
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -E -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c

check_header linux/videodev.h
check_cpp
BEGIN /tmp/ffconf.BBrjntYs.c
    1   #include <linux/videodev.h>
    2   int x;
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -E -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c
/tmp/ffconf.BBrjntYs.c:1:28: fatal error: linux/videodev.h: No such file or
directory
compilation terminated.
check_header linux/videodev2.h
check_cpp
BEGIN /tmp/ffconf.BBrjntYs.c
    1   #include <linux/videodev2.h>
    2   int x;
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -E -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c
check_code cc linux/videodev2.h struct v4l2_frmsizeenum vfse;
vfse.discrete.width = 0;
check_cc
BEGIN /tmp/ffconf.BBrjntYs.c
    1   #include <linux/videodev2.h>
    2   int main(void) { struct v4l2_frmsizeenum vfse; vfse.discrete.width =
0;; return 0; }
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -c -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c
check_header sys/videoio.h
check_cpp
BEGIN /tmp/ffconf.BBrjntYs.c
    1   #include <sys/videoio.h>
    2   int x;
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -E -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c
/tmp/ffconf.BBrjntYs.c:1:25: fatal error: sys/videoio.h: No such file or
directory
compilation terminated.

check_cpp_condition vfw.h WM_CAP_DRIVER_CONNECT > WM_USER
check_cpp
*BEGIN /tmp/ffconf.BBrjntYs.c
    1   #include <vfw.h>
    2   #if !(WM_CAP_DRIVER_CONNECT > WM_USER)
    3   #error "unsatisfied condition: WM_CAP_DRIVER_CONNECT > WM_USER"
    4   #endif
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -E -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c
/tmp/ffconf.BBrjntYs.c:1:17: fatal error: vfw.h: No such file or directory
compilation terminated.
check_type dshow.h IBaseFilter
check_code cc dshow.h IBaseFilter v
check_cc
BEGIN /tmp/ffconf.BBrjntYs.c
1   #include <dshow.h>
    2   int main(void) { IBaseFilter v; return 0; }
END /tmp/ffconf.BBrjntYs.c
/home/rick/oe-core/build/out-eglibc/sysroots/i686-linux/usr/bin/armv7ahf-vfp-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc
-D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC -O2 -pipe -g
-feliminate-unused-debug-types -march=armv5t -std=c99 -fomit-frame-pointer
-fPIC -marm -pthread -c -o /tmp/ffconf.esfqUmqP.o /tmp/ffconf.BBrjntYs.c
/tmp/ffconf.BBrjntYs.c:1:19: fatal error: dshow.h: No such file or directory

there a many other error afterwards (just in case) :
/tmp/ffconf.BBrjntYs.c:1:35: fatal error: dev/bktr/ioctl_meteor.h: No such
file or directory
/tmp/ffconf.BBrjntYs.c:1:34: fatal error: machine/ioctl_meteor.h: No such
file or directory

and so on with sndio.h, soundcard.h, jack.h, va.h, vdau.h


Regards
Rick




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


More information about the ffmpeg-user mailing list