Commit c3e102cf authored by cehoyos's avatar cehoyos

Fix compilation on PPC 470.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22584 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 515d2439
......@@ -315,6 +315,6 @@ void ff_h264dsp_init(H264DSPContext *c)
c->h264_loop_filter_strength= NULL;
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);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment