summaryrefslogtreecommitdiff
path: root/libavcodec/i386/fdct_mmx.c
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2005-08-01 20:07:05 +0000
committerAlexander Strasser <eclipse7@gmx.net>2005-08-01 20:07:05 +0000
commitc11c2bc20b0d2ca85ac4aed937daf5d65316cf7b (patch)
tree7a668be611b0443382d380a55f4404d12ff44b9c /libavcodec/i386/fdct_mmx.c
parent0cc64d3d1c9d95e0549b2c1baac59ab576837abb (diff)
libavutil: Utility code from libavcodec moved to a separate library.
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/fdct_mmx.c')
-rw-r--r--libavcodec/i386/fdct_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/fdct_mmx.c b/libavcodec/i386/fdct_mmx.c
index aacbe57437..6a13090a13 100644
--- a/libavcodec/i386/fdct_mmx.c
+++ b/libavcodec/i386/fdct_mmx.c
@@ -13,7 +13,7 @@
* a page about fdct at http://www.geocities.com/ssavekar/dct.htm
* Skal's fdct at http://skal.planet-d.net/coding/dct.html
*/
-#include "../common.h"
+#include "common.h"
#include "../dsputil.h"
#include "mmx.h"