From 7d37c48a713cd48cc60238da393258f8f3ab4af3 Mon Sep 17 00:00:00 2001 From: Eunhae Choi Date: Tue, 3 Jan 2017 23:48:39 +0900 Subject: [PATCH] change tv featuring option Change-Id: I10e5359206b2ed8b53cb101f823b5a8693b82dac --- packaging/gst-plugins-bad.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/gst-plugins-bad.spec b/packaging/gst-plugins-bad.spec index 2ca34c7..e6aed3c 100644 --- a/packaging/gst-plugins-bad.spec +++ b/packaging/gst-plugins-bad.spec @@ -90,7 +90,7 @@ export CFLAGS+=" -Wall -g -fPIC\ --disable-static\ --disable-examples\ --enable-experimental\ -%if "%{?profile}" == "tv" +%if "%{TIZEN_PRODUCT_TV}" == "1" --enable-tv\ --disable-autoconvert\ --disable-camerabin2\ @@ -195,7 +195,7 @@ rm -rf $RPM_BUILD_ROOT %manifest %{name}.manifest %defattr(-, root, root) %license COPYING.LIB -%if "%{?profile}" != "tv" +%if "%{TIZEN_PRODUCT_TV}" != "1" %{_libdir}/gstreamer-%{gst_branch}/libgstautoconvert.so %{_libdir}/gstreamer-%{gst_branch}/libgstcamerabin2.so %{_libdir}/gstreamer-%{gst_branch}/libgstcoloreffects.so @@ -292,7 +292,7 @@ rm -rf $RPM_BUILD_ROOT %manifest %{name}.manifest %defattr(-, root, root) %{_includedir}/gstreamer-%{gst_branch} -%if "%{?profile}" != "tv" +%if "%{TIZEN_PRODUCT_TV}" != "1" %{_libdir}/gstreamer-%{gst_branch}/include/gst/gl/gstglconfig.h %endif %{_libdir}/*.so -- 2.7.4