]> git.sesse.net Git - x264/blobdiff - decoder/decoder.c
support pkg-config.
[x264] / decoder / decoder.c
index 17c703274edc4783d590fe67368be98baf829796..57bace52f5736d808fe8e4ca9e04a69bfe483a04 100644 (file)
@@ -26,9 +26,9 @@
 #include <string.h>
 #include <stdint.h>
 
-#include "../core/common.h"
-#include "../core/cpu.h"
-#include "../core/vlc.h"
+#include "common/common.h"
+#include "common/cpu.h"
+#include "common/vlc.h"
 
 #include "macroblock.h"
 #include "set.h"