Remove simd/ prefix from #include (not necessary and was causing problems with Visual Studio project)
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#include "../jsimd.h"
|
#include "../jsimd.h"
|
||||||
#include "../jdct.h"
|
#include "../jdct.h"
|
||||||
#include "../jsimddct.h"
|
#include "../jsimddct.h"
|
||||||
#include "simd/jsimd.h"
|
#include "jsimd.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* In the PIC cases, we have no guarantee that constants will keep
|
* In the PIC cases, we have no guarantee that constants will keep
|
||||||
|
|||||||
Reference in New Issue
Block a user