Add color pick enabled feature for product TV
[platform/upstream/libpng.git] / packaging / libpng.spec
index e17bfe4..624570d 100644 (file)
@@ -1,6 +1,6 @@
 Name:           libpng
-Version:        1.6.13
-Release:        0
+Version:        1.6.21
+Release:        1
 License:        Zlib
 Summary:        A library of functions for manipulating PNG image format files
 Url:            http://www.libpng.org/pub/png/
@@ -34,6 +34,13 @@ for developing programs using the PNG (Portable Network Graphics) library.
 cp %{SOURCE1001} .
 
 %build
+%ifarch %{arm}
+CFLAGS+=" -D_ARCH_ARM_ -mfpu=neon"
+%endif
+
+%if 0%{?TIZEN_PRODUCT_TV}
+CFLAGS+=" -D_PNG_COLOR_PICK_ENABLED_ -D_PNG_SEQUENTIAL_READ_SUPPORTED_"
+%endif
 
 %configure \
     --disable-static \