[FFmpeg-trac] #276(build system:open): FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom gives segmentation fault
FFmpeg
trac at avcodec.org
Tue Jun 14 09:11:31 CEST 2011
#276: FFPlay when compiled for arm and executed on BeagleBoard Xm + Angstrom
gives segmentation fault
---------------------------+---------------------------
Reporter: luckynarang123 | Owner: michael
Type: task | Status: open
Priority: normal | Component: build system
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced: 0
Analyzed: 0 |
---------------------------+---------------------------
Comment (by luckynarang123):
This is the configure command we have used....
./configure --arch=arm --target-os=linux --enable-cross-compile --cross-
prefix=arm-none-linux-gnueabi- --cc=arm-none-linux-gnueabi-gcc
--prefix=/home/Lucky/Lucky_Data/ACP_project/SDL-1.2.14 --enable-gpl
--enable-x11grab --enable-avfilter --enable-pthreads --enable-postproc
--enable-avfilter-lavf --enable-filter=drawtext --enable-static --enable-
runtime-cpudetect --enable-hwaccel=h264_vaapi --enable-swscale --enable-
debug --disable-shared --extra-cflags="$(pkg-config sdl --cflags)"
--extra-ldflags="$(pkg-config sdl --libs)"
We have found that ffplay has sdl dependancies....we have resolved those
and any how generate the ffplay executable using codesourcery,but when
executed on board it gives segfault,the reason we found is that
SDL_SetVideoMode fails,it returns NULL screen,what could be reason for
this call getting failed,please help ?
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/276#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list