Commit 130c33af authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b23bc959'

* commit 'b23bc959':
  x86: dca: Add missing multiple inclusion guards
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d808dce4 b23bc959
......@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef AVCODEC_X86_DCA_H
#define AVCODEC_X86_DCA_H
#include "config.h"
#if ARCH_X86_64 && HAVE_SSE2_INLINE
......@@ -53,3 +56,5 @@ static inline void int8x8_fmul_int32(av_unused DCADSPContext *dsp,
}
#endif /* ARCH_X86_64 && HAVE_SSE2_INLINE */
#endif /* AVCODEC_X86_DCA_H */
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