[FFmpeg-devel] rv34.c compile error

Kostya kostya.shishkov
Sun Jun 8 19:04:44 CEST 2008


On Sun, Jun 08, 2008 at 11:42:52AM -0400, Ronald S. Bultje wrote:
> Hi,
> 
> when enabling rv34.c, I get:
> 
> rv34.c:651: error: 'DSPContext' has no member named 'put_rv30_tpel_pixels_tab'
> rv34.c: In function 'rv34_mc_2mv':
> rv34.c:659: error: 'DSPContext' has no member named 'put_rv30_tpel_pixels_tab'
> rv34.c:663: error: 'DSPContext' has no member named 'avg_rv30_tpel_pixels_tab'
> rv34.c: In function 'rv34_mc_2mv_skip':
> rv34.c:674: error: 'DSPContext' has no member named 'put_rv30_tpel_pixels_tab'
> rv34.c:678: error: 'DSPContext' has no member named 'avg_rv30_tpel_pixels_tab'
> 
> Used to compile fine previously (I know it's not in by default), maybe
> a lost commit in dsp*.h?
> 
> Ronald

RV30 relies on its own set of 1/3pel MC functions not currently enabled in SVN.
Grab ffmpeg-rv.patch from SoC SVN to enable it. 




More information about the ffmpeg-devel mailing list