mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Add missing path to #include.
Originally committed as revision 13102 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
223d678a3f
commit
20cd685ae8
@ -22,7 +22,7 @@
|
||||
#ifndef FFMPEG_VP3DSP_MMX_H
|
||||
#define FFMPEG_VP3DSP_MMX_H
|
||||
|
||||
#include "dsputil.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
|
||||
void ff_vp3_idct_mmx(int16_t *data);
|
||||
void ff_vp3_idct_put_mmx(uint8_t *dest, int line_size, DCTELEM *block);
|
||||
|
Loading…
x
Reference in New Issue
Block a user