]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
for openal (which uses protected visibility) explicit -fPIC is required; rel 2 auto/th/ffmpeg-4.4.3-2
authorJan Palus <atler@pld-linux.org>
Mon, 10 Oct 2022 12:10:49 +0000 (14:10 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 10 Oct 2022 12:10:49 +0000 (14:10 +0200)
ffmpeg.spec

index 64101035a64b2ba0e49403711799dfdce4d99066..0f7073708a34b96ec85856c9bd0642439ca98043 100644 (file)
@@ -118,7 +118,7 @@ Summary:    FFmpeg - a very fast video and audio converter
 Summary(pl.UTF-8):     FFmpeg - szybki konwerter audio/wideo
 Name:          ffmpeg
 Version:       4.4.3
-Release:       1
+Release:       2
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # GPL: frei0r libcdio libdavs2 rubberband vidstab x264 x265 xavs xavs2 xvid
 # v3 (allows *GPLv3 or Apache-licensed libs): gmp lensfun opencore-amr vmaf vo-*enc rkmpp
@@ -284,14 +284,13 @@ Suggests: fonts-TTF-Roboto
 Obsoletes:     libpostproc < 0.4.9-1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                specflags       -fno-strict-aliasing
+%define                specflags       -fno-strict-aliasing -fPIC
 
 # -fomit-frame-pointer is always needed on x86 due to lack of registers (-fPIC takes one)
 %define                specflags_ia32  -fomit-frame-pointer
 # -mmmx is needed to enable <mmintrin.h> code.
 %define                specflags_i586  -mmmx
 %define                specflags_i686  -mmmx
-%define                specflags_ppc   -fPIC
 
 %description
 FFmpeg is a complete solution to record, convert and stream audio and
This page took 0.326694 seconds and 4 git commands to generate.