Merge "Change license from Zlib to Libpng" into tizen
[platform/upstream/libpng.git] / packaging / libpng.spec
index 84719d2..c8daa04 100644 (file)
@@ -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 \