]> git.pld-linux.org Git - packages/avidemux.git/commitdiff
- removed -c++.patch (applied upstream); typo auto/th/avidemux-2_4_3-1 auto/ti/avidemux-2_4_3-1
authorKarol Krenski <charles@pld-linux.org>
Sun, 17 Aug 2008 18:48:00 +0000 (18:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avidemux.spec -> 1.66

avidemux.spec

index 4a031de2a24ada6372119918ac42a21dab9171ec..5942d19e91a3d586d1f8f667a3027d9f21d59f5c 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_without arts    # without arts audio output
 %bcond_with    amr     # enable 3GPP Adaptive Multi Rate (AMR) speech codec support
 %bcond_with    qt      # build qt4-base interface
-%bcond_with    sse3    # use SSE3 instructions
+%bcond_with    ssse3   # use SSSE3 instructions
 #
 %ifarch pentium4 %{x8664}
 %define                with_sse3       1
@@ -25,7 +25,6 @@ Source1:      %{name}.desktop
 Patch0:                %{name}-autoconf.patch
 Patch1:                %{name}-dts_internal.patch
 Patch2:                %{name}-sparc64.patch
-Patch3:                %{name}-c++.patch
 URL:           http://fixounet.free.fr/avidemux/
 BuildRequires: SDL-devel
 BuildRequires: a52dec-libs-devel
@@ -73,7 +72,6 @@ Mały edytor audio/wideo dla Linuksa.
 %patch0 -p1
 %patch1 -p0
 %patch2 -p1
-#%patch3 -p1
 
 echo 'pt_BR' >> po/LINGUAS
 
@@ -91,7 +89,7 @@ echo 'pt_BR' >> po/LINGUAS
 %ifarch ppc
        --enable-altivec \
 %endif
-       %{?with_sse3:--enable-ssse3} \
+       %{?with_ssse3:--enable-ssse3} \
 %if %{with qt}
        --with-qt-dir=%{_prefix} \
        --with-qt-include=%{_includedir}/qt4 \
This page took 0.047054 seconds and 4 git commands to generate.