]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- fix compile error (https://trac.ffmpeg.org/ticket/5694)
authorAdam Osuchowski <adwol@pld-linux.org>
Sat, 8 Oct 2016 01:02:05 +0000 (03:02 +0200)
committerAdam Osuchowski <adwol@pld-linux.org>
Sat, 8 Oct 2016 01:02:05 +0000 (03:02 +0200)
- rel up; needs rebuild due to libvpx ABI version change

ffmpeg.spec

index 552a06eb006e050fedaf99d94af65240e2656667..786b72dcf2dd63b9c6c329500b9b4114514c3479 100644 (file)
@@ -65,7 +65,7 @@ Summary:      FFmpeg - a very fast video and audio converter
 Summary(pl.UTF-8):     FFmpeg - szybki konwerter audio/wideo
 Name:          ffmpeg
 Version:       3.1
-Release:       2
+Release:       3
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # (postprocessing, some filters, x264, x265, xavs, xvid, x11grab)
 # using v3 allows Apache-licensed libs (opencore-amr, libvo-*enc)
@@ -76,6 +76,7 @@ Source0:      http://ffmpeg.org/releases/%{name}-%{version}.tar.xz
 Source1:       ffserver.init
 Source2:       ffserver.sysconfig
 Source3:       ffserver.conf
+Patch0:                %{name}-openjpeg-build.patch
 URL:           http://www.ffmpeg.org/
 %{?with_decklink:BuildRequires:        Blackmagic_DeckLink_SDK}
 %{?with_openal:BuildRequires:  OpenAL-devel >= 1.1}
@@ -377,6 +378,7 @@ Dokumentacja pakietu FFmpeg w formacie HTML.
 
 %prep
 %setup -q
+%patch0 -p1
 
 # package the grep result for mplayer, the result formatted as ./mplayer/configure
 cat <<EOF > ffmpeg-avconfig
This page took 0.216403 seconds and 4 git commands to generate.