libopus: updated to 1.1

Looks like a major update, with better performances for ARM.
diff --git a/jni/libopus/sources/doc/Makefile.am b/jni/libopus/sources/doc/Makefile.am
index 02f3493..296c4dd 100644
--- a/jni/libopus/sources/doc/Makefile.am
+++ b/jni/libopus/sources/doc/Makefile.am
@@ -9,7 +9,8 @@
             $(top_srcdir)/doc/footer.html \
             $(top_srcdir)/doc/customdoxygen.css
 
-EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html opus_logo.svg
+EXTRA_DIST = customdoxygen.css Doxyfile.in footer.html header.html \
+             opus_logo.svg trivial_example.c
 
 
 if HAVE_DOXYGEN