Browse Source

Merge commit 'b23bc95920e2f10b9621857e829c45b064f356c0'

* commit 'b23bc95920e2f10b9621857e829c45b064f356c0':
  x86: dca: Add missing multiple inclusion guards

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
Michael Niedermayer 12 years ago
parent
commit
130c33af35
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavcodec/x86/dca.h

+ 5
- 0
libavcodec/x86/dca.h View File

@@ -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 */

Loading…
Cancel
Save