diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-10-14 18:01:32 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-10-14 18:01:32 +0000 |
commit | 4f891f53b3d93e2e145a4e05a0bb1742af3b72ac (patch) | |
tree | 2d67f6415ba78ac92cdffd4eb88720679029b84f /libavcodec/ppc | |
parent | 87bdd3e535073aab65c4ca48a946e9a4991d7f05 (diff) | |
download | ffmpeg-4f891f53b3d93e2e145a4e05a0bb1742af3b72ac.tar.gz |
removed invalid header include
Originally committed as revision 1037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ppc')
-rw-r--r-- | libavcodec/ppc/dsputil_ppc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ppc/dsputil_ppc.c b/libavcodec/ppc/dsputil_ppc.c index 1311cc61b1..d9c8ba86e0 100644 --- a/libavcodec/ppc/dsputil_ppc.c +++ b/libavcodec/ppc/dsputil_ppc.c @@ -1,4 +1,3 @@ -#include "../../config.h" #include "../dsputil.h" #ifdef HAVE_ALTIVEC |