packages icon indicating copy to clipboard operation
packages copied to clipboard

Rebase FFmpeg to Negativo17's version'

Open korewaChino opened this issue 11 months ago • 2 comments

korewaChino avatar Jan 16 '25 22:01 korewaChino

code in libavdevice/ seems to be invalid

also don't add C specific flags to the cxx macro

madonuko avatar Feb 12 '25 09:02 madonuko

code in libavdevice/ seems to be invalid

also don't add C specific flags to the cxx macro

Seems to be.

Also I didn't, you can see where I added them.

%global build_cflags %{__build_flags_lang_c} %{?_distro_extra_cflags} -std=gnu17
%global build_cxxflags %{__build_flags_lang_cxx} %{?_distro_extra_cxxflags} -std=gnu++17

GildedRoach avatar Feb 12 '25 09:02 GildedRoach