Update opus from 1.1 to 1.1.4
Define FLOAT_APPROX in Makefile and misc/msvc12/quake3.vcxproj.
This commit is contained in:
parent
67bfe8f8d6
commit
853110d5d4
146 changed files with 11919 additions and 2111 deletions
|
@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
/* Best case: O(n) for an already sorted array */
|
||||
/* Worst case: O(n^2) for an inversely sorted array */
|
||||
/* */
|
||||
/* Shell short: http://en.wikipedia.org/wiki/Shell_sort */
|
||||
/* Shell short: https://en.wikipedia.org/wiki/Shell_sort */
|
||||
|
||||
#include "SigProc_FIX.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue