brillcodec: enable video acceleration API. 69/32369/3
authorgunsoo83.kim <gunsoo83.kim@samsung.com>
Wed, 17 Dec 2014 12:28:30 +0000 (21:28 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Thu, 8 Jan 2015 07:59:08 +0000 (16:59 +0900)
- enable DXVA2 for Windows
- enable VAAPI for Ubunut

Change-Id: I4f10f40daafc5b7ca8c8dd5f1a2ffab317f3c6b6
Signed-off-by: gunsoo83.kim <gunsoo83.kim@samsung.com>
tizen/emulator_configure.sh

index b9f59d4..9c3f0a2 100755 (executable)
@@ -204,6 +204,7 @@ exec ./configure \
  --disable-pie \
  --enable-virtfs \
  --disable-xen \
+ --enable-vaapi \
  $CONFIGURE_APPEND \
 ;;
 MINGW*)
@@ -221,6 +222,7 @@ exec ./configure \
  --audio-drv-list=winwave \
  --enable-hax \
  --disable-vnc \
+ --enable-dxva2 \
  $CONFIGURE_APPEND \
 ;;
 Darwin*)