arm: dsputil: Add a bunch of missing #includes
This commit is contained in:
parent
17608f6ee3
commit
d1184b8110
4 changed files with 13 additions and 0 deletions
|
@ -19,8 +19,13 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/cpu.h"
|
||||
#include "libavutil/arm/cpu.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "dsputil_arm.h"
|
||||
|
||||
void ff_j_rev_dct_arm(int16_t *data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue