summaryrefslogtreecommitdiff
path: root/libavcodec/i386/fft_3dn.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/i386/fft_3dn.c')
-rw-r--r--libavcodec/i386/fft_3dn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/fft_3dn.c b/libavcodec/i386/fft_3dn.c
index 8087f1932c..4231d855af 100644
--- a/libavcodec/i386/fft_3dn.c
+++ b/libavcodec/i386/fft_3dn.c
@@ -19,7 +19,7 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "../dsputil.h"
+#include "dsputil.h"
static const int p1m1[2] __attribute__((aligned(8))) =
{ 0, 1 << 31 };