Support WebP format 23/237123/1
authorSeungho, Baek <sbsh.baek@samsung.com>
Wed, 17 Jun 2020 02:17:15 +0000 (11:17 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Thu, 25 Jun 2020 05:12:35 +0000 (14:12 +0900)
 - Add webp and libwebp-dev library on dali-env
 - Webp animation requires WEBP_DEMUX_ABI_VERSION 0x0107 or later

Change-Id: I03d9adb70439b06bd6c47022b14913169e4881cd
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
build/scripts/dali_env

index 47620bf..425fd10 100755 (executable)
@@ -56,6 +56,7 @@ my @system_packages = (
     "libcairo2-dev",
     "libopencv-dev",
     "gettext",
+    "libwebp-dev",
 );
 
 # Some packages like require building from source