mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Define headers
This commit is contained in:
parent
4847eebde6
commit
5b841fcd7a
|
@ -30,11 +30,11 @@
|
|||
* INCLUDING NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
****************************************************************************/
|
||||
|
||||
#include "strategies-depquant.h"
|
||||
#include "strategies/strategies-depquant.h"
|
||||
#if defined(__AVX512F__)
|
||||
#include "avx2/depquant-avx2.h"
|
||||
#include "strategies/avx2/depquant-avx2.h"
|
||||
#endif
|
||||
#include "depquant-generic.h"
|
||||
#include "strategies/generic/depquant-generic.h"
|
||||
#include "strategyselector.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue