Your message dated Thu, 2 Feb 2023 15:45:37 +0100
with message-id <y9vmkslrvw4tz...@oskuro.net>
and subject line Fixed in dolphin-emu 5.0-17995-1
has caused the Debian Bug report #1004806,
regarding dolphin-emu: FTBFS with ffmpeg 5.0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1004806: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dolphin-emu
Version: 5.0+dfsg-6
Severity: important
X-Debbugs-Cc: sramac...@debian.org
Usertags: ffmpeg5.0
Tags: sid bookworm ftbfs

dolphin-emu FTBFS with ffmpeg 5.0 in experimental:

[ 43%] Building CXX object 
Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o
cd /<<PKGBUILDDIR>>/build/Source/Core/VideoCommon && /usr/lib/ccache/c++ 
-DDATA_DIR=\"/usr/share/games/dolphin-emu/\" -DHAVE_ALSA=1 -DHAVE_AO=1 
-DHAVE_BLUEZ=1 -DHAVE_LIBAV -DHAVE_LIBEVDEV=1 -DHAVE_LIBUDEV=1 -DHAVE_OPENAL=1 
-DHAVE_PORTAUDIO=1 -DHAVE_PULSEAUDIO=1 -DHAVE_WX=1 -DHAVE_X11=1 
-DHAVE_X11_XINPUT2=1 -DHAVE_XRANDR=1 -DUSE_ANALYTICS=1 -DUSE_MEMORYWATCHER=1 
-DUSE_PIPES=1 -DUSE_UPNP -DWXUSINGDLL -D_ARCH_64=1 -D_DEFAULT_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_M_X86=1 -D_M_X86_64=1 
-D__LIBUSB__ -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -D__WXGTK__ 
-I/usr/include/AL -I/usr/include/libevdev-1.0 -I/<<PKGBUILDDIR>>/Source/Core 
-I/<<PKGBUILDDIR>>/Externals/Bochs_disasm -I/<<PKGBUILDDIR>>/Externals/xxhash 
-I/usr/include/libpng16 -I/usr/include/soundtouch -I/usr/include/libusb-1.0 
-I/usr/include/miniupnpc -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
-I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gio-unix-2.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/fribidi -I/usr/include/atk-1.0 -I/usr/include/pixman-1 
-I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/<<PKGBUILDDIR>>/build/Source/Core/Common -I/usr/src/gtest 
-I/usr/src/gtest/include -isystem 
/usr/lib/x86_64-linux-gnu/wx/include/gtk3-unicode-3.0 -isystem 
/usr/include/wx-3.0 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-specs=/usr/share/dpkg/no-pie-compile.specs -fstack-protector-strong -Wformat 
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wtype-limits 
-Wsign-compare -Wignored-qualifiers -Wuninitialized -Wlogical-op -Wshadow 
-Winit-self -Wmissing-declarations -fvisibility-inlines-hidden 
-fvisibility=hidden -pthread   -msse2 -Wall -fno-strict-aliasing 
-fno-exceptions -std=c++1y -include 
'/<<PKGBUILDDIR>>/build/Source/CMakeFiles/pch.dir/pch.h' -MD -MT 
Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o -MF 
CMakeFiles/videocommon.dir/AVIDump.cpp.o.d -o 
CMakeFiles/videocommon.dir/AVIDump.cpp.o -c 
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/VideoState.cpp: In function ‘void 
VideoCommon_Init()’:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/VideoState.cpp:71:15: warning: ‘void* 
memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct 
CPState’; use assignment or value-initialization instead [-Wclass-memaccess]
   71 |         memset(&g_main_cp_state, 0, sizeof(g_main_cp_state));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/VideoState.cpp:11:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/CPMemory.h:246:8: note: ‘struct 
CPState’ declared here
  246 | struct CPState final
      |        ^~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/VideoState.cpp:72:15: warning: ‘void* 
memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct 
CPState’; use assignment or value-initialization instead [-Wclass-memaccess]
   72 |         memset(&g_preprocess_cp_state, 0, 
sizeof(g_preprocess_cp_state));
      |         ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from 
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/VideoState.cpp:11:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/CPMemory.h:246:8: note: ‘struct 
CPState’ declared here
  246 | struct CPState final
      |        ^~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp: In function ‘void 
InitAVCodec()’:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:54:17: error: 
‘av_register_all’ was not declared in this scope
   54 |                 av_register_all();
      |                 ^~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp: In static member function 
‘static bool AVIDump::CreateFile()’:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:84:36: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
   84 |         snprintf(s_format_context->filename, 
sizeof(s_format_context->filename), "%s",
      |                                    ^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:84:71: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
   84 |         snprintf(s_format_context->filename, 
sizeof(s_format_context->filename), "%s",
      |                                                                       
^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:86:48: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
   86 |         File::CreateFullPath(s_format_context->filename);
      |                                                ^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:89:44: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
   89 |         if (File::Exists(s_format_context->filename))
      |                                            ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:19:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:92:87: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
   92 |                         AskYesNoT("Delete the existing file '%s'?", 
s_format_context->filename))
      |                                                                         
              ^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/Common/MsgHandler.h:57:75: note: in definition of 
macro ‘AskYesNoT’
   57 |         #define AskYesNoT(format, ...) MsgAlert(true, QUESTION, format, 
##__VA_ARGS__)
      |                                                                         
  ^~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:94:56: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
   94 |                         File::Delete(s_format_context->filename);
      |                                                        ^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:109:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  109 |         s_stream->codec->codec_id = g_Config.bUseFFV1 ? AV_CODEC_ID_FFV1
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:112:27: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  112 |                 s_stream->codec->codec_tag = MKTAG('X', 'V', 'I', 'D'); 
// Force XVID FourCC for better compatibility
      |                           ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:113:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  113 |         s_stream->codec->codec_type = AVMEDIA_TYPE_VIDEO;
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:114:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  114 |         s_stream->codec->bit_rate = 400000;
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:115:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  115 |         s_stream->codec->width = s_width;
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:116:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  116 |         s_stream->codec->height = s_height;
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:117:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  117 |         s_stream->codec->time_base.num = 1;
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:118:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  118 |         s_stream->codec->time_base.den = 
VideoInterface::GetTargetRefreshRate();
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:119:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  119 |         s_stream->codec->gop_size = 12;
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:120:19: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  120 |         s_stream->codec->pix_fmt = g_Config.bUseFFV1 ? AV_PIX_FMT_BGRA 
: AV_PIX_FMT_YUV420P;
      |                   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:122:54: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  122 |         if (!(codec = avcodec_find_encoder(s_stream->codec->codec_id)) 
||
      |                                                      ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:123:38: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  123 |             (avcodec_open2(s_stream->codec, codec, nullptr) < 0))
      |                                      ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:131:47: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  131 |         s_size = avpicture_get_size(s_stream->codec->pix_fmt, s_width, 
s_height);
      |                                               ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:131:18: error: 
‘avpicture_get_size’ was not declared in this scope
  131 |         s_size = avpicture_get_size(s_stream->codec->pix_fmt, s_width, 
s_height);
      |                  ^~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:134:25: error: ‘AVPicture’ 
was not declared in this scope; did you mean ‘AVPictureType’?
  134 |         avpicture_fill((AVPicture*)s_scaled_frame, s_yuv_buffer, 
s_stream->codec->pix_fmt, s_width, s_height);
      |                         ^~~~~~~~~
      |                         AVPictureType
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:134:35: error: expected 
primary-expression before ‘)’ token
  134 |         avpicture_fill((AVPicture*)s_scaled_frame, s_yuv_buffer, 
s_stream->codec->pix_fmt, s_width, s_height);
      |                                   ^
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:134:76: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  134 |         avpicture_fill((AVPicture*)s_scaled_frame, s_yuv_buffer, 
s_stream->codec->pix_fmt, s_width, s_height);
      |                                                                         
   ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:134:9: error: 
‘avpicture_fill’ was not declared in this scope
  134 |         avpicture_fill((AVPicture*)s_scaled_frame, s_yuv_buffer, 
s_stream->codec->pix_fmt, s_width, s_height);
      |         ^~~~~~~~~~~~~~
In file included from /<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:20:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:136:76: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
  136 |         NOTICE_LOG(VIDEO, "Opening file %s for dumping", 
s_format_context->filename);
      |                                                                         
   ^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/Common/Logging/Log.h:93:54: note: in definition of 
macro ‘GENERIC_LOG’
   93 |                 GenericLog(v, t, __FILE__, __LINE__, __VA_ARGS__); \
      |                                                      ^~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:136:9: note: in expansion 
of macro ‘NOTICE_LOG’
  136 |         NOTICE_LOG(VIDEO, "Opening file %s for dumping", 
s_format_context->filename);
      |         ^~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:137:64: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
  137 |         if (avio_open(&s_format_context->pb, 
s_format_context->filename, AVIO_FLAG_WRITE) < 0)
      |                                                                ^~~~~~~~
In file included from /<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:20:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:139:72: error: 
‘AVFormatContext’ {aka ‘struct AVFormatContext’} has no member named ‘filename’
  139 |                 WARN_LOG(VIDEO, "Could not open %s", 
s_format_context->filename);
      |                                                                        
^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/Common/Logging/Log.h:93:54: note: in definition of 
macro ‘GENERIC_LOG’
   93 |                 GenericLog(v, t, __FILE__, __LINE__, __VA_ARGS__); \
      |                                                      ^~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:139:17: note: in expansion 
of macro ‘WARN_LOG’
  139 |                 WARN_LOG(VIDEO, "Could not open %s", 
s_format_context->filename);
      |                 ^~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp: In function ‘void 
PreparePacket(AVPacket*)’:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:150:23: warning: ‘void 
av_init_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  150 |         av_init_packet(pkt);
      |         ~~~~~~~~~~~~~~^~~~~
In file included from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:45,
                 from /<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:12:
/usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
  506 | void av_init_packet(AVPacket *pkt);
      |      ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp: In static member function 
‘static void AVIDump::AddFrame(const u8*, int, int)’:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:157:25: error: ‘AVPicture’ 
was not declared in this scope; did you mean ‘AVPictureType’?
  157 |         avpicture_fill((AVPicture*)s_src_frame, const_cast<u8*>(data), 
s_pix_fmt, width, height);
      |                         ^~~~~~~~~
      |                         AVPictureType
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:157:35: error: expected 
primary-expression before ‘)’ token
  157 |         avpicture_fill((AVPicture*)s_src_frame, const_cast<u8*>(data), 
s_pix_fmt, width, height);
      |                                   ^
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:157:9: error: 
‘avpicture_fill’ was not declared in this scope
  157 |         avpicture_fill((AVPicture*)s_src_frame, const_cast<u8*>(data), 
s_pix_fmt, width, height);
      |         ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:163:80: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  163 |                                                   s_width, s_height, 
s_stream->codec->pix_fmt,
      |                                                                         
       ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:170:44: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  170 |         s_scaled_frame->format = s_stream->codec->pix_fmt;
      |                                            ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:192:52: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  192 |                 last_pts = (s_last_pts * 
s_stream->codec->time_base.den) / SystemTimers::GetTicksPerSecond();
      |                                                    ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:195:57: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  195 |         s_scaled_frame->pts = (pts_in_ticks * 
s_stream->codec->time_base.den) / SystemTimers::GetTicksPerSecond();
      |                                                         ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:200:57: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  200 |                 error = avcodec_encode_video2(s_stream->codec, &pkt, 
s_scaled_frame, &got_packet);
      |                                                         ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:200:25: error: 
‘avcodec_encode_video2’ was not declared in this scope; did you mean 
‘avcodec_encode_subtitle’?
  200 |                 error = avcodec_encode_video2(s_stream->codec, &pkt, 
s_scaled_frame, &got_packet);
      |                         ^~~~~~~~~~~~~~~~~~~~~
      |                         avcodec_encode_subtitle
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:208:58: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  208 |                                                
s_stream->codec->time_base, s_stream->time_base);
      |                                                          ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:213:58: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  213 |                                                
s_stream->codec->time_base, s_stream->time_base);
      |                                                          ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:224:57: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  224 |                 error = avcodec_encode_video2(s_stream->codec, &pkt, 
nullptr, &got_packet);
      |                                                         ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:224:25: error: 
‘avcodec_encode_video2’ was not declared in this scope; did you mean 
‘avcodec_encode_subtitle’?
  224 |                 error = avcodec_encode_video2(s_stream->codec, &pkt, 
nullptr, &got_packet);
      |                         ^~~~~~~~~~~~~~~~~~~~~
      |                         avcodec_encode_subtitle
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp: In static member function 
‘static void AVIDump::CloseFile()’:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:241:31: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  241 |                 if (s_stream->codec)
      |                               ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:242:49: error: ‘AVStream’ 
{aka ‘struct AVStream’} has no member named ‘codec’
  242 |                         avcodec_close(s_stream->codec);
      |                                                 ^~~~~
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp: In static member function 
‘static bool AVIDump::CreateFile()’:
/<<PKGBUILDDIR>>/Source/Core/VideoCommon/AVIDump.cpp:143:30: warning: ignoring 
return value of ‘int avformat_write_header(AVFormatContext*, AVDictionary**)’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]
  143 |         avformat_write_header(s_format_context, nullptr);
      |         ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** 
[Source/Core/VideoCommon/CMakeFiles/videocommon.dir/build.make:785: 
Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....


Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: dolphin-emu
Source-Version: 5.0-17995-1
Done: Jordi Mallach <jo...@debian.org>

This should have been closed automatically with the upload of the
package, but there was a typo in the changelog. changes file is
attached.

Jordi

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 02 Feb 2023 13:01:47 +0100
Source: dolphin-emu
Architecture: source
Version: 5.0-17995-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Jordi Mallach <jo...@debian.org>
Closes: 802947 976530 986739 1019781 1025798
Changes:
 dolphin-emu (5.0-17995-1) unstable; urgency=low
 .
   [ Sébastien Noel ]
   * New GIT snapshot (8ecfa537a2).
   * Switch to the QT5 backend.
 .
   [ Jordi Mallach ]
   * Team upload.
   * New upstream beta release (closes: #986739).
     - builds with ffmpeg 5.0 (closes: #976530)
     - no longer uses wxwidgets (closes: #1019781)
     - fixes initially stuck controller axes (closes: #802947)
     - rebuilt against newer libmbed (closes: #1025798)
   * Refresh patches.
   * Use system cubeb.
   * Switch to Qt6.
   * Install dolphin-emu-nogui and dolphin-tool.
   * Update copyright file.
   * Go back to using external Vulkan and VulkanMemoryAllocator.
   * Update DOLPHIN_WC_DESCRIBE and _WC_REVISION definitions.
   * Enable building against system gtest.
   * Enable tests (closes: #976530).
   * Switch Build-Depends from libgl1-mesa-dev to libgl-dev.
   * Update copyright years.
   * Drop definition of DEB_LDFLAGS_MAINT_APPEND, as --as-needed is now the
     default.
   * Add myself to Uploaders.
   * Switch to debhelper compat v13.
   * Update Standards-Version to 4.5.0 (for now).
   * Remove obsolete include-binaries definition.
Checksums-Sha1:
 c2ac31965f99115fc1a6816659c12a9fd64ddcca 2822 dolphin-emu_5.0-17995-1.dsc
 c39021fc61a05ba193fd998bd1dd94da6720f1e0 8361176 
dolphin-emu_5.0-17995.orig.tar.xz
 bcb6228353a451eb93028f2cd52c88bb92610fd8 11504 
dolphin-emu_5.0-17995-1.debian.tar.xz
 5e5eb203c77bb724174bd88e1ed476189effefc8 17848 
dolphin-emu_5.0-17995-1_amd64.buildinfo
Checksums-Sha256:
 ca482a27bf15160e735367a45781d962830dc8739c65ae6ed41d140dfcfb1f25 2822 
dolphin-emu_5.0-17995-1.dsc
 482e5612bf7510323ed13257a537ea6748bfbe1c190696208a219cd7b5c7e7ff 8361176 
dolphin-emu_5.0-17995.orig.tar.xz
 611bed3f3d91184f1cbdae604f5bdb27e34e117e3f154fb218f725500e46043f 11504 
dolphin-emu_5.0-17995-1.debian.tar.xz
 8c8bd067c66c3da0483df05c795829f31ac894d3371b7b9742aac8ec63159ec3 17848 
dolphin-emu_5.0-17995-1_amd64.buildinfo
Files:
 0cb043bef1cf60166809913e3338564c 2822 games optional 
dolphin-emu_5.0-17995-1.dsc
 5cb4c93ea7a68c25252ed5bfda92d4af 8361176 games optional 
dolphin-emu_5.0-17995.orig.tar.xz
 a779591107c8737a171f80b0e0ef6a19 11504 games optional 
dolphin-emu_5.0-17995-1.debian.tar.xz
 015c55ce7b233636f33030f03e243d18 17848 games optional 
dolphin-emu_5.0-17995-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE6BdUhsApKYN8KGoWJVAvb8vjywQFAmPbrHYACgkQJVAvb8vj
ywRkDw/+OL7PXEWGtkzylpIeLjH++O//4xskNtoHqjRyLC+y5n4XjaUlLjm/9peH
Y+Aa64xOWrLLRxJWIcP90cF+EXVzSik/EUVSOO7b3mD/qKlEd1LgBQqKiJG5LxQ3
vQH7q3pn905f4ZsGOVATZrSfgs5itaZwBSBm3aICmH3jUDM++uL3RnyfpcZGXRwn
Yg39gNVVVrKiTucN2cYra9AiSZlYdIEdC1/pr8CLpXhQPLvB3RrjvYVSmazSDcVl
y5nyV0bFwsgjZgNG5keEqrMmDGVIzi5rJcihFgp9c7BHttwWI4VCwHhXVes8pKp0
hEMceFEi/0VsBg9Aniv/ilOe27LMMzZ904reTqO9WjsPmLDny2ZrILgmFAu3kGEC
4ZxI2vJYAlvc3k6h2kG6zSv6CN8JtJdM/il/2EgN45V4+t556aAFlqjclQxqlpqK
QaElmPbYgfVFFiWcF8MBKOw3pZiWqER90tw638YyGkeqLEQkj9WczEKbq47VhZSG
FV8n4NuV5yn8XvyJEgF326+wr3cxaPTsOTgAXXQAV9VyeI8+wjycfnTWaqz+MGD0
r+FLvU4QUG0RXy0H++DPYxq0puoUnrmOPvcAAIWmlBHmzdalOPe16nTQ9omm6BXv
T0KsGGBROhceGnVOQmGST+fnjhjhgyPgx7FirzMQSB9IwaQOJ3s=
=/vNm
-----END PGP SIGNATURE-----

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to