]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
for openal (which uses protected visibility) explicit -fPIC is required; rel 2
authorJan Palus <atler@pld-linux.org>
Mon, 10 Oct 2022 12:10:49 +0000 (14:10 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 9 Apr 2023 17:29:49 +0000 (19:29 +0200)
ffmpeg.spec

index 3aaa917a95963be67767adfd9d47b2815a3c3c99..b8b36c3faba47d2fdbbca8a764c614ffc768ab51 100644 (file)
@@ -286,14 +286,13 @@ Suggests: fonts-TTF-Roboto
 Obsoletes:     libpostproc < 2:1.0-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.145306 seconds and 4 git commands to generate.