]> git.sesse.net Git - ffmpeg/commit
x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbale
authorJanne Grunau <janne-libav@jannau.net>
Sat, 8 Feb 2014 10:48:19 +0000 (11:48 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Sat, 8 Feb 2014 11:10:56 +0000 (12:10 +0100)
commit0cffd6fff59f192120dc93aa6c3cb8180f5506e3
tree9f2e1e9de1d6b54b90c874630f49b73e765d8c42
parent5fdbfcb5b793f5849c496214668094a8ec99fa07
x86: use the inline int8x8_fmul_int32 only if inline SSE2 is availbale

Fixes compilation with MSVC. Also does not rely on on earlier config.h
include but include it directly.
libavcodec/x86/dca.h