|
From: Yahia B. <yah...@gm...> - 2013-05-07 08:07:15
|
Dear Michaël. OK. thanks. I am looking for cross-compiling the decoder only on a board based on omap3530 using CodeSourcery toolchain. I'm able de run mplayer on my board but when decoding a SVC file, the decoder exits after displaying "Opening video decoder: [ffmpeg] IETR's codec family" message. I tried to remove some extrac cflags in Makefiles in ../Libs/ which are x86 related by the result is the same. Thanks. Yahia 2013/5/6 Mickaël Raulet <Mic...@in...> > Yahia, > > If I remember correctly I tried on the pandaboard the decoder only and it > was working. I will check again for the decoder only. > > Mickael > > Sent by my iPhone > > Le 6 mai 2013 à 17:53, Yahia Benmoussa <yah...@gm...> a > écrit : > > 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. >> >> >> > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > > _______________________________________________ > Opensvcdecoder-support mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensvcdecoder-support > > |