Warning, /graphics/krita/3rdparty/ext_ffmpeg/0001-libvorbis-Fix-empty-LIBRARY-tag-in-.def-files.patch is written in an unsupported language. File is not indexed.

0001 From d79b30bc28138225280844727d46656f9b080289 Mon Sep 17 00:00:00 2001
0002 From: Dmitry Kazakov <dimula73@gmail.com>
0003 Date: Fri, 7 Apr 2023 13:58:31 +0200
0004 Subject: [PATCH] Fix empty LIBRARY tag in .def files
0005 
0006 ---
0007  win32/vorbis.def     | 1 -
0008  win32/vorbisenc.def  | 2 --
0009  win32/vorbisfile.def | 1 -
0010  3 files changed, 4 deletions(-)
0011 
0012 diff --git a/win32/vorbis.def b/win32/vorbis.def
0013 index 884f8f0..0af396a 100644
0014 --- a/win32/vorbis.def
0015 +++ b/win32/vorbis.def
0016 @@ -1,6 +1,5 @@
0017  ; vorbis.def
0018  ; 
0019 -LIBRARY
0020  EXPORTS
0021  _floor_P
0022  _mapping_P
0023 diff --git a/win32/vorbisenc.def b/win32/vorbisenc.def
0024 index 79af064..5d7b102 100644
0025 --- a/win32/vorbisenc.def
0026 +++ b/win32/vorbisenc.def
0027 @@ -1,7 +1,5 @@
0028  ; vorbisenc.def
0029  ;
0030 -LIBRARY
0031 -
0032  EXPORTS
0033  vorbis_encode_init
0034  vorbis_encode_setup_managed
0035 diff --git a/win32/vorbisfile.def b/win32/vorbisfile.def
0036 index 4dc5549..243795d 100644
0037 --- a/win32/vorbisfile.def
0038 +++ b/win32/vorbisfile.def
0039 @@ -1,6 +1,5 @@
0040  ; vorbisfile.def
0041  ;
0042 -LIBRARY
0043  EXPORTS
0044  ov_clear
0045  ov_open
0046 -- 
0047 2.38.1.windows.1
0048