summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'src/libffmpeg/libavcodec')
-rw-r--r--src/libffmpeg/libavcodec/idct_mmx.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/idct_mmx.c b/src/libffmpeg/libavcodec/idct_mmx.c
index 88fd3b806..7141347ec 100644
--- a/src/libffmpeg/libavcodec/idct_mmx.c
+++ b/src/libffmpeg/libavcodec/idct_mmx.c
@@ -24,7 +24,9 @@
#include <inttypes.h>
-#include "../config.h"
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "xineutils.h"