From 52a4a077788a02a97cdfb8ce2f3a3107615c4d7b Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Wed, 28 Oct 2009 19:38:31 +0000 Subject: Fix out-of-tree builds with --enable-hardcoded-tables Originally committed as revision 20404 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/costablegen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/costablegen.c') diff --git a/libavcodec/costablegen.c b/libavcodec/costablegen.c index 8a33fd4cf7..f82fb042fb 100644 --- a/libavcodec/costablegen.c +++ b/libavcodec/costablegen.c @@ -37,7 +37,7 @@ int main(int argc, char *argv[]) double (*func)(double) = do_sin ? sin : cos; printf("/* This file was generated by libavcodec/costablegen */\n"); - printf("#include \"dsputil.h\"\n"); + printf("#include \"libavcodec/dsputil.h\"\n"); for (i = 4; i <= BITS; i++) { int m = 1 << i; double freq = 2*M_PI/m; -- cgit v1.2.3