Enable libv4l2 for S/W color converting in v4l2src 51/68851/1 accepted/tizen/common/20160513.123247 accepted/tizen/ivi/20160513.004155 accepted/tizen/mobile/20160513.004041 accepted/tizen/tv/20160513.004133 accepted/tizen/wearable/20160513.004100 submit/tizen/20160512.051443
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 10 May 2016 06:26:53 +0000 (15:26 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 10 May 2016 06:26:53 +0000 (15:26 +0900)
Change-Id: Ic0ec265292ed28033c33d83e60e1203b0d784a2a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/gst-plugins-good.spec

index d1a9a6a..d7b8e43 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:           gst-plugins-good
 Version:        1.6.1
-Release:        5
+Release:        6
 License:        LGPL-2.1+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 Url:            http://gstreamer.freedesktop.org/
@@ -36,6 +36,7 @@ BuildRequires:  pkgconfig(xv)
 %endif
 
 BuildRequires:  pkgconfig(zlib)
+BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(vconf)
 Requires:       gst-plugins-base >= 1.0.0
 Requires:       gstreamer >= 1.0.5
@@ -75,6 +76,7 @@ export CFLAGS+=" -DGST_EXT_V4L2SRC_MODIFIED\
 %if ! 0%{?ENABLE_AALIB}
        --disable-aalib\
 %endif
+       --with-libv4l2 \
        --disable-gtk-doc\
        --with-gtk=3.0\
        --disable-monoscope\