Tizen:Common: Add feature flags : libva 53/31553/5
authorPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 2 Dec 2014 09:38:39 +0000 (10:38 +0100)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Tue, 9 Dec 2014 12:02:11 +0000 (04:02 -0800)
Change-Id: Ib889264df77836ae57fae197469e11e7dee1c436
Bug-Tizen: TC-236/1of2
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Tizen:Common/_config

index 3fc50ca..0573951 100644 (file)
@@ -191,6 +191,16 @@ Macros:
 %_with_gstreamer1 1
 :Macros
 
+# Macro used for testing libva availability
+# Used: weston
+# Owner: Philippe Coval <philippe.coval@open.eurogiciel.org>
+%ifarch x86_64 i586
+%define _with_libva 1
+Macros:
+%_with_libva 1
+:Macros
+%endif
+
 # Macro used for testing Input methods
 # Used: qt*
 # Owner: Philippe Coval <philippe.coval@open.eurogiciel.org>