You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix compilation on PPC 470.
Originally committed as revision 22584 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -315,6 +315,6 @@ void ff_h264dsp_init(H264DSPContext *c)
|
|||||||
c->h264_loop_filter_strength= NULL;
|
c->h264_loop_filter_strength= NULL;
|
||||||
|
|
||||||
if (ARCH_ARM) ff_h264dsp_init_arm(c);
|
if (ARCH_ARM) ff_h264dsp_init_arm(c);
|
||||||
if (ARCH_PPC) ff_h264dsp_init_ppc(c);
|
if (HAVE_ALTIVEC) ff_h264dsp_init_ppc(c);
|
||||||
if (HAVE_MMX) ff_h264dsp_init_x86(c);
|
if (HAVE_MMX) ff_h264dsp_init_x86(c);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user