package/opus: enable custom modes
Enable custom modes to avoid the following build failure with jack2
raised since commit 618a23100fe5ff54b90ada1a8f23453f6c5a77dc:
Checking for header opus/opus_custom.h : not found
The above check failed, but the checkee is required for --opus.
It should be noted that before this commit, opus was silently disabled
Fixes:
- http://autobuild.buildroot.org/results/b1c050ccd6152c43a6da5f5d2174c3cc0dc2ff3e
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>