Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2007-05-16 13:56:30 +0400
committerDiego Biurrun <diego@biurrun.de>2007-05-16 13:56:30 +0400
commitf3ab6d9146a77062a1d409b7ce13126e0e76681a (patch)
tree364d4bca9345c91ed556317c297cbfbbfc44d094 /tests
parentb550bfaa618da17c63c0ef132f938beaaaf0a3dc (diff)
Do not specify directories in #include path, -I flags take care of this.
taken from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/dsptest.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/dsptest.c b/tests/dsptest.c
index 06a1852021..c7811729ff 100644
--- a/tests/dsptest.c
+++ b/tests/dsptest.c
@@ -22,16 +22,16 @@
#include "mpegvideo.h"
#include "mpeg12data.h"
#include "mpeg4data.h"
-#include "../libavcodec/i386/cputest.c"
-#include "../libavcodec/i386/dsputil_mmx.c"
-
-#include "../libavcodec/i386/fdct_mmx.c"
-#include "../libavcodec/i386/idct_mmx.c"
-#include "../libavcodec/i386/motion_est_mmx.c"
-#include "../libavcodec/i386/simple_idct_mmx.c"
-#include "../libavcodec/dsputil.c"
-#include "../libavcodec/simple_idct.c"
-#include "../libavcodec/jfdctfst.c"
+#include "cputest.c"
+#include "dsputil_mmx.c"
+
+#include "fdct_mmx.c"
+#include "idct_mmx.c"
+#include "motion_est_mmx.c"
+#include "simple_idct_mmx.c"
+#include "dsputil.c"
+#include "simple_idct.c"
+#include "jfdctfst.c"
#undef TESTCPU_MAIN