tinycompress: Exclude tinycompress from TV profile 28/206728/2 accepted/tizen/unified/20190602.221911 submit/tizen/20190524.030655
authorHyunil <hyunil46.park@samsung.com>
Fri, 24 May 2019 02:55:54 +0000 (11:55 +0900)
committerHyunil <hyunil46.park@samsung.com>
Fri, 24 May 2019 03:01:49 +0000 (12:01 +0900)
Change-Id: I9ed780506883f800193b952ff21b3f78149fbc7a
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
configure.ac
packaging/gst-plugins-tizen.spec

index a61966f..2cd8ca0 100644 (file)
@@ -459,7 +459,7 @@ AC_ARG_ENABLE(tinycompress, AC_HELP_STRING([--enable-tinycompress], [using tinyc
          *)   AC_MSG_ERROR(bad value ${enableval} for --enable-tinycompress) ;;
  esac
  ],
- [GST_TIZEN_USE_TINYCOMPRESS=yes])
+ [GST_TIZEN_USE_TINYCOMPRESS=no])
 AM_CONDITIONAL(GST_TIZEN_USE_TINYCOMPRESS, test "x$GST_TIZEN_USE_TINYCOMPRESS" = "xyes")
 if test "x$GST_TIZEN_USE_TINYCOMPRESS" = "xyes"; then
 PKG_CHECK_MODULES(TINYCOMPRESS, tinycompress)
index 5e68f49..f5a0578 100644 (file)
@@ -35,7 +35,9 @@ BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(mm-common)
 BuildRequires:  pkgconfig(gles20)
 BuildRequires:  pkgconfig(tpl-egl)
+%if "%{tizen_profile_name}" != "tv"
 BuildRequires:  pkgconfig(tinycompress)
+%endif
 %if %{with wayland}
 BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
 BuildRequires:  pkgconfig(wayland-tbm-client)
@@ -63,11 +65,14 @@ export CFLAGS+=" -DTIZEN_FEATURE_WLSINK_ENHANCEMENT -DEXPORT_API=\"__attribute__
 ./autogen.sh --disable-static
 %configure \
 %if 0%{?gtests:1}
-i      --enable-tests \
+       --enable-tests \
 %endif
 %if 0%{?tinycompresstest:1}
        --enable-tinycompress_test\
 %endif
+%if "%{tizen_profile_name}" != "tv"
+       --enable-tinycompress\
+%endif
        --disable-drmdecryptor\
        --enable-ext-wfdtizenmanager\
        --enable-ext-alfec\