Commit Graph

2 Commits

Author SHA1 Message Date
James Zern 0e1d4e44c2
opusfile: enable asserts (#4531) 2020-10-14 19:14:16 -07:00
Ravi Jotwani e0a94e1a09
[opusfile] Initial integration (#4249)
* [opusfile] Initial integration

* add license header

* cleaned up loop in build script

* fix typo in build script

* changed fuzzer from C++ to C

* run ldconfig before building fuzzer

* Force static linking when building the fuzzer.

This alternative linker syntax overrides the "lib{whatever}.so" default.
Fortunately, Ubuntu packages static libraries in libopus-dev and
libogg-dev.

Co-authored-by: Michael Jezierny <mtjz@google.com>
2020-08-11 09:49:44 +10:00