diff costablegen.c @ 10473:36a16fb5c497 libavcodec

Fix out-of-tree builds with --enable-hardcoded-tables
author reimar
date Wed, 28 Oct 2009 19:38:31 +0000
parents 8fd8f6c1cdcc
children 351d1c11195b
line wrap: on
line diff
--- a/costablegen.c	Wed Oct 28 19:15:42 2009 +0000
+++ b/costablegen.c	Wed Oct 28 19:38:31 2009 +0000
@@ -37,7 +37,7 @@
     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;