|
From: Yahia B. <yah...@gm...> - 2013-05-06 15:54:01
|
Dear all OpenSVC still exit just after dispalying "Opening video decoder: [ffmpeg] IETR's codec family". I seems the problem is in the SVC lib because other codecs works correctly. I suspected incompatible ARM instruction version. I executed again the cross-compilation and I specified the processor type I'm using (cortex-a8) by setting --extra-cflags : ./configure --enable-cross-compile --enable-svc --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as --target=arm-linux --ar=arm-none-linux-gnueabi-ar --nm=arm-none-linux-gnueabi-nm --ranlib=arm-none-linux-gnueabi-ranlib --extra-cflags="-Wall -pipe -mcpu=cortex-a8 -mfpu=neon" --extra-cflags="-I /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/include" --extra-ldflags="-L /home/yahia/oe/arago-tmp/sysroots/armv7a-none-linux-gnueabi/usr/lib" This doesn't resolve the problem. Thanks in advance for you help. Yahia 2013/5/6 Yahia Benmoussa <yah...@gm...> > Dear all, > > I cross-compiled OpenSVC decoder for ARM processor. I have used : > > ./configure --enable-cross-compile --enable-svc > --cc=arm-none-linux-gnueabi-gcc --as=arm-none-linux-gnueabi-as > --target=arm-linux --enable-static --ar=arm-none-linux-gnueabi-ar > --nm=arm-none-linux-gnueabi-nm. > > The cross-compilation succeed but when running OpenSVC, it exits just > after displaying this message. > > root@omap3evm:~# ./mplayer -fps 30 mobile.264 -vo null > MPlayer UNKNOWN-4.3.3 (C) 2000-2010 MPlayer Team > > Playing mobile.264. > H264-ES file format detected. > ========================================================================== > Opening video decoder: [ffmpeg] IETR's codec family > > > Does any one ported OpenSVC decoder on ARM architecture ? > > Regards. > Yahia. > > > |