Commit 0f4e88a3 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Oops shouldn't have been in previous commit.

parent 9d20efbb
...@@ -311,10 +311,6 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -311,10 +311,6 @@ static int OpenDecoder( vlc_object_t *p_this )
{ {
p_context->dsp_mask |= FF_MM_SSE2; p_context->dsp_mask |= FF_MM_SSE2;
} }
if( !(i_cpu & CPU_CAPABILITY_IWMMXT) )
{
p_context->dsp_mask |= FF_MM_IWMMXT;
}
p_dec->b_need_packetized = VLC_TRUE; p_dec->b_need_packetized = VLC_TRUE;
switch( i_cat ) switch( i_cat )
......
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