video: enable hardware acceleration in android

Change-Id: Ib078519d7618180085c82e6a4694c57c09aca4c6
diff --git a/configure.sh b/configure.sh
index bcc6779..07d106e 100755
--- a/configure.sh
+++ b/configure.sh
@@ -52,6 +52,6 @@
 AS="${CROSS_COMPILE}as" \
 PKG_CONFIG_LIBDIR=$RING_SRC_DIR/contrib/$TARGET_TUPLE/lib/pkgconfig \
 $RING_SRC_DIR/configure --host=$TARGET_TUPLE $EXTRA_PARAMS \
-                   --disable-shared --with-opensl --without-dbus --without-alsa --without-pulse --without-speexdsp \
+                   --disable-shared --with-opensl --without-dbus --without-alsa --without-pulse --without-speexdsp --enable-accel\
                    --prefix=$RING_SRC_DIR/install-android-$TARGET_TUPLE \
                    $*