Skip to content

Commit

Permalink
fix SPIRV check
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Mar 28, 2024
1 parent dbed2eb commit 90b89f6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ffmpeg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,15 @@ This package contains development files for %{name}
%prep
%setup -n %{name}-%{version}
# erase glslang flags from configure checks
sed -i "s|-lOSDependent||" configure
sed -i "s|-lOGLCompiler||" configure
sed -i "s|-lMachineIndependent||" configure
sed -i "s|-lGenericCodeGen||" configure
sed -i "s|-lOSDependent||g" configure
sed -i "s|-lOGLCompiler||g" configure
sed -i "s|-lMachineIndependent||g" configure
sed -i "s|-lGenericCodeGen||g" configure
sed -i "s|-lSPIRV-Tools-opt||g" configure
sed -i "s|-lSPIRV-Tools||g" configure
sed -i "s|-lSPIRV||g" configure




%build
Expand Down

0 comments on commit 90b89f6

Please sign in to comment.