summaryrefslogtreecommitdiff
path: root/libavcodec/i386/idct_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/idct_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/idct_mmx.c')
-rw-r--r--libavcodec/i386/idct_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/idct_mmx.c b/libavcodec/i386/idct_mmx.c
index d9586efc5d..355feaccdd 100644
--- a/libavcodec/i386/idct_mmx.c
+++ b/libavcodec/i386/idct_mmx.c
@@ -22,7 +22,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "../common.h"
+#include "common.h"
#include "../dsputil.h"
#include "mmx.h"