Re: [Libav-user] HW decoding on Android

2013-07-05 Thread Abel Alonso
2013/7/4 Carl Eugen Hoyos > > > Could you test again? > This may have been fixed. Hi Carl, libstagefright.cpp compiles now, but I'm still getting the posix_memalign error when compiling libavutil/mem.c, but I guess that is something related with my environment configuration. However, I was able

Re: [Libav-user] HW decoding on Android

2013-07-05 Thread Carl Eugen Hoyos
Abel Alonso writes: > > Could you test again? > > libstagefright.cpp compiles now, but I'm still getting > the posix_memalign error when compiling libavutil/mem.c, > but I guess that is something related with my > environment configuration. Iirc, you were able to work-around that problem: Doe

Re: [Libav-user] HW decoding on Android

2013-07-05 Thread Abel Alonso
2013/7/5 Carl Eugen Hoyos Iirc, you were able to work-around that problem: > Does libstagefright decoding with ffmpeg work now or not? > Yes, I can work-around this problem. Will do it when I have time. > Why is this used sometimes and sometimes not? > (iiuc) > This format is a Qualcomm one,

Re: [Libav-user] Build of ffmpeg library with libx264 support for QNX

2013-07-05 Thread Pavel Vazharov
Hi Ramu, I'm pretty sure that the symbols aren't present in the static libraries. objdump and nm tools shows them as undefined: # nm libavcodec/libavcodec.a | grep ff_h264dsp_init U ff_h264dsp_init # objdump -t libavcodec/libavcodec.a | grep ff_h264dsp_init *UND* 00