Commit 08a51ba6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: fix typo for SSSE3

parent 2a5976f9
......@@ -52,7 +52,7 @@ unsigned GetVlcDspMask( void )
mask |= AV_CPU_FLAG_SSE3;
# endif
# ifdef AV_CPU_FLAG_SSSE3
if( !vlc_CPU_SSE3() )
if( !vlc_CPU_SSSE3() )
mask |= AV_CPU_FLAG_SSSE3;
# endif
# ifdef AV_CPU_FLAG_SSE4
......
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