Commit 8918b769 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

libmpeg2: unused variable

parent d53bf1b3
...@@ -192,7 +192,6 @@ static int OpenDecoder( vlc_object_t *p_this ) ...@@ -192,7 +192,6 @@ static int OpenDecoder( vlc_object_t *p_this )
p_sys->i_gop_user_data = 0; p_sys->i_gop_user_data = 0;
#if defined( __i386__ ) || defined( __x86_64__ ) #if defined( __i386__ ) || defined( __x86_64__ )
unsigned cpu = vlc_CPU();
if( vlc_CPU_MMX() ) if( vlc_CPU_MMX() )
i_accel |= MPEG2_ACCEL_X86_MMX; i_accel |= MPEG2_ACCEL_X86_MMX;
if( vlc_CPU_3dNOW() ) if( vlc_CPU_3dNOW() )
......
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