[packages/pjproject] bcond definition fixes

jajcus jajcus at pld-linux.org
Wed Jan 8 15:36:05 CET 2014


commit 2f0419630611eda9e05fdb98c60ed00bf0d1a4ba
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Wed Jan 8 15:35:38 2014 +0100

    bcond definition fixes
    
    'video' bcond declaration was missing and descriptions were misleading

 pjproject.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/pjproject.spec b/pjproject.spec
index 494856f..4b6c4a9 100644
--- a/pjproject.spec
+++ b/pjproject.spec
@@ -12,8 +12,9 @@
 
 # Conditional build:
 %bcond_without	sound		# disable sound support (recommended by AST wiki)
-%bcond_with	resample	# disable resample support (recommended by AST wiki)
-%bcond_with	opencore_amr	# disable opencore-arm support (recommended by AST wiki)
+%bcond_with	video		# enable video support (AST wiki suggests disabling it)
+%bcond_with	resample	# enable resample support (AST wiki suggests disabling it)
+%bcond_with	opencore_amr	# enable opencore-arm support (AST wiki suggests disabling it)
 
 # from ./version.mak
 %define version_base 2.1.0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pjproject.git/commitdiff/2f0419630611eda9e05fdb98c60ed00bf0d1a4ba



More information about the pld-cvs-commit mailing list