]> git.pld-linux.org Git - packages/faac.git/blobdiff - faac.spec
- spaces -> tabs
[packages/faac.git] / faac.spec
index 63a91c3c35afe529b9fd81f566f6082e81376ea9..1178a98ded7aee83e87ac54a658ec32f47f29e86 100644 (file)
--- a/faac.spec
+++ b/faac.spec
@@ -1,5 +1,6 @@
 #
-%bcond_without mp4v2 # don't require mpeg4ip-devel
+# Conditional build:
+%bcond_without mpeg4ip # without MPEG4 support in frontend (which requires mpeg4ip)
 #
 Summary:       Freeware Advanced Audio Codec
 Summary(pl):   Freeware Advanced Audio Codec - darmowy zaawansowany kodek d¼wiêku
@@ -16,7 +17,7 @@ URL:          http://www.audiocoding.com/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
 BuildRequires: libtool
-%{?with_mp4v2:BuildRequires: mpeg4ip-devel}
+%{?with_mpeg4ip:BuildRequires: mpeg4ip-devel}
 Requires:      %{name}-libs = %{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -79,7 +80,7 @@ Statyczna biblioteka faac.
 %{__autoheader}
 %{__automake}
 %configure \
-       %{!?with_mp4v2:--without-mp4v2}
+       %{!?with_mpeg4ip:--without-mp4v2}
 %{__make}
 
 %install
This page took 0.099707 seconds and 4 git commands to generate.