]> git.pld-linux.org Git - packages/avifile.git/commitdiff
- yet more fixes for divx4
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 2 Oct 2002 07:38:42 +0000 (07:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avifile.spec -> 1.108

avifile.spec

index 9b7a929a23e51b9478d29c926bb8036850dab167..9de5a067e5203f9c58b65eaec020f49c2eea3614 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 # _without_qt          - disables QT support
-# _with_divx4          - disables divx4linux support
+# _with_divx4          - enables divx4linux support (proprietary, binary-only lib)
 #
 %define                _snapver        20020913
 %define                _snap           %{_snapver}
@@ -326,7 +326,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/avifile*/ffmpeg.so*
 %attr(755,root,root) %{_libdir}/avifile*/ffmpeg.la
 
-%if %{?_with_divx4:1}%{!?_without_divx4:0}
+%if %{?_with_divx4:1}%{!?_with_divx4:0}
 %files divx
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/avifile*/divx*.so*
This page took 0.038524 seconds and 4 git commands to generate.