mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
d452709795
Option -mavx2 was omitted when compiling AVX2 strategies. This commit moves strategies to convenience libraries so that their compilation flags can be easily set and adds -mavx2 to CFLAGS of the AVX2 library.
53 lines
656 B
Plaintext
53 lines
656 B
Plaintext
# Build files
|
|
/bin
|
|
/build/*
|
|
!/build/kvazaar_lib
|
|
/build/kvazaar_lib/*
|
|
!/build/kvazaar_lib/kvazaar_lib.vcxproj
|
|
!/build/kvazaar_lib/kvazaar_lib.vcxproj.filters
|
|
/scons_build_*
|
|
|
|
# Generated documentation
|
|
/doxygen_html
|
|
/doxygen
|
|
|
|
# Autotools generated
|
|
.deps
|
|
.dirstamp
|
|
.libs
|
|
Makefile
|
|
Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-aux
|
|
/config.h
|
|
/config.h.in*
|
|
/config.status
|
|
/configure
|
|
/libtool
|
|
/m4/libtool.m4
|
|
/m4/ltoptions.m4
|
|
/m4/ltsugar.m4
|
|
/m4/ltversion.m4
|
|
/m4/lt~obsolete.m4
|
|
/stamp-h1
|
|
|
|
# Other files
|
|
*.a
|
|
*.d
|
|
*.dll
|
|
*.dylib
|
|
*.exe
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
|
|
*.log
|
|
.kdev4
|
|
configure.scan
|
|
src/kvazaar
|
|
src/libkvazaar.so.*
|
|
src/kvazaar.pc
|
|
tests/kvazaar_tests
|
|
tests/kvazaar_tests.trs
|