Skip to content

Commit

Permalink
add libshaderc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcarroty authored Mar 28, 2024
1 parent 238c88f commit 76c15f5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ffmpeg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ BuildRequires: libopenmpt-dev
BuildRequires: openjpeg-dev
BuildRequires: libaom-dev
BuildRequires: ladspa_sdk-dev
BuildRequires: shaderc-dev


%description
Expand Down Expand Up @@ -108,9 +109,7 @@ 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




Expand Down Expand Up @@ -186,7 +185,9 @@ export CXXFLAGS="$CXXFLAGS -Ofast -fno-lto -falign-functions=32 -fno-semantic-in
--enable-libtheora \
--enable-libvidstab \
--enable-libxcb \
--enable-libzimg
--enable-libzimg \
--enable-libplacebo --enable-libshaderc

make %{?_smp_mflags}

# --enable-libplacebo
Expand Down

0 comments on commit 76c15f5

Please sign in to comment.