mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
float_dsp: Include config.h for redefining restrict
This makes sure that the restrict keyword is mapped to whatever keyword the compiler prefers/supports. This fixes building on MSVC (and possibly on GCC 2.x as well). Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
baf35bb4bc
commit
2e4130037c
@ -19,6 +19,8 @@
|
|||||||
#ifndef AVUTIL_FLOAT_DSP_H
|
#ifndef AVUTIL_FLOAT_DSP_H
|
||||||
#define AVUTIL_FLOAT_DSP_H
|
#define AVUTIL_FLOAT_DSP_H
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
typedef struct AVFloatDSPContext {
|
typedef struct AVFloatDSPContext {
|
||||||
/**
|
/**
|
||||||
* Calculate the product of two vectors of floats and store the result in
|
* Calculate the product of two vectors of floats and store the result in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user