Skip to content

Commit

Permalink
Номинальное обновление ffmpeg git-n6.2-dev-1754-g5ff0eb34d2.
Browse files Browse the repository at this point in the history
Исполльзуем стандарт C17 для FFmpeg и прочего.
  • Loading branch information
v0lt committed Mar 21, 2024
1 parent 434b1ce commit 4ad3e39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Changelog.Rus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ MPC Video Renderer 0.7.3 включен в инсталлятор.
Обновлены библиотеки:
dav1d git-1.4.0-83-g872e470;
fdk-aac git-v2.0.3;
ffmpeg git-n6.2-dev-1752-gd7d2213a6b;
ffmpeg git-n6.2-dev-1754-g5ff0eb34d2;
Little-CMS git-lcms2.16-41-gfcf6792;
MediaInfo git-v24.01-19-gb7bb56e8d;
nanosvg git-93ce879;
Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Updated German translation (by Klaus1189).
Updated libraries:
dav1d git-1.4.0-83-g872e470;
fdk-aac git-v2.0.3;
ffmpeg git-n6.2-dev-1752-gd7d2213a6b;
ffmpeg git-n6.2-dev-1754-g5ff0eb34d2;
Little-CMS git-lcms2.16-41-gfcf6792;
MediaInfo git-v24.01-19-gb7bb56e8d;
nanosvg git-93ce879;
Expand Down
2 changes: 1 addition & 1 deletion src/ExtLib/ffmpeg/ffmpeg.mak
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CFLAGS = -I. -I.. -Icompat/atomics/win32 -Icompat/windows \
-DHAVE_AV_CONFIG_H -D_ISOC99_SOURCE -D_XOPEN_SOURCE=600 \
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DOPJ_STATIC \
-D_WIN32_WINNT=0x0601 -DWINVER=0x0601 \
-fomit-frame-pointer -std=gnu99 \
-fomit-frame-pointer -std=c17 \
-fno-common -fno-ident -mthreads
YASMFLAGS = -I. -Pconfig.asm

Expand Down
2 changes: 1 addition & 1 deletion src/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<DisableSpecificWarnings Condition="'$(Platform)'=='x64'">4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<FunctionLevelLinking>true</FunctionLevelLinking>
<LanguageStandard>stdcpp17</LanguageStandard>
<LanguageStandard_C>stdc11</LanguageStandard_C>
<LanguageStandard_C>stdc17</LanguageStandard_C>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<PreprocessorDefinitions>_WINDOWS;WINDOWS;WINVER=0x0A00;_WIN32_WINNT=0x0A00;_WIN32_IE=0x0800;PSAPI_VERSION=1;_USE_MATH_DEFINES;__STDC_CONSTANT_MACROS;_HAS_STD_BYTE=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(NOMINMAX)'!='False'">NOMINMAX;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down

0 comments on commit 4ad3e39

Please sign in to comment.