projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe0ad46
)
build: disable video acceleration feature.
24/33724/2
author
Kitae Kim
<kt920.kim@samsung.com>
Wed, 14 Jan 2015 07:33:13 +0000
(16:33 +0900)
committer
Kitae Kim
<kt920.kim@samsung.com>
Mon, 19 Jan 2015 07:45:47 +0000
(23:45 -0800)
enable VA feature if vaapi or dxva2 library is installed.
Change-Id: Ifb16cc069861b85d94efcf3b23a08673cf78a323
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index
9c3f0a2
..
b9f59d4
100755
(executable)
--- a/
tizen/emulator_configure.sh
+++ b/
tizen/emulator_configure.sh
@@
-204,7
+204,6
@@
exec ./configure \
--disable-pie \
--enable-virtfs \
--disable-xen \
- --enable-vaapi \
$CONFIGURE_APPEND \
;;
MINGW*)
@@
-222,7
+221,6
@@
exec ./configure \
--audio-drv-list=winwave \
--enable-hax \
--disable-vnc \
- --enable-dxva2 \
$CONFIGURE_APPEND \
;;
Darwin*)