]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- AMD64 build fixed
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 29 Dec 2003 13:41:54 +0000 (13:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.29

ffmpeg.spec

index 7e708e9cea1e1770dd53fea1ca5c1834d87b72f7..4a304bbd8b393332616fb8e5a927adfc31420911 100644 (file)
@@ -14,6 +14,7 @@ Source0:      http://dl.sourceforge.net/ffmpeg/%{name}-%{version}.tar.gz
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-imlib2.patch
 Patch2:                %{name}-libtool.patch
+Patch3:                %{name}-lib64.patch
 URL:           http://ffmpeg.sourceforge.net/
 BuildRequires: SDL-devel
 BuildRequires: freetype-devel
@@ -111,6 +112,9 @@ Statyczne biblioteki ffmpeg (libavcodec i libavformat).
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%ifarch amd64
+%patch3 -p1
+%endif
 
 %build
 # notes:
This page took 0.355215 seconds and 4 git commands to generate.