ffmpeg: setup jni on load

Allows to make use of ffmpeg MediaCodec hardware accelerators.
This patch requires ffmpeg to be built with the JNI module
(see related patch in the daemon).

Change-Id: If6454a5f27f895ef14ba8d378bae7c29ed87c8ad
Reviewed-by: Hadrien De Sousa <hadrien.desousa@savoirfairelinux.com>
diff --git a/build-daemon.sh b/build-daemon.sh
index 017dcf7..252afd0 100755
--- a/build-daemon.sh
+++ b/build-daemon.sh
@@ -274,6 +274,7 @@
 ${NDK_TOOLCHAIN_PATH}/clang++ --shared -Wall -Wextra  ${ANDROID_APP_DIR}/libringclient/src/main/jni/ring_wrapper.cpp \
                                         ${RING_BUILD_DIR}/src/.libs/libring.a \
                                         -static-libstdc++ \
+                                        -I${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/include \
                                         -I${RING_SRC_DIR}/src -L${RING_SRC_DIR}/contrib/${TARGET_TUPLE}/lib \
                                         ${STRIP_ARG} --std=c++11 \
                                         ${STATIC_LIBS_ALL} \