I'm using the source package from glennric's PPA to build Dolphin on my Debian testing system (using dolphin-emu-master - 4.0+git1864-0ubuntu1~trusty). But I'm running into some build errors; is this a known issue?
(I wasn't sure if this thread should go in "Support" or "Development"; sorry if I picked wrong.)
Code:
dolphin-emu-master-4.0+git1864/Source/Core/VideoCommon/AVIDump.cpp: In static member function ‘static bool AVIDump::CreateFile()’:
dolphin-emu-master-4.0+git1864/Source/Core/VideoCommon/AVIDump.cpp:263:24: error: ‘CODEC_ID_FFV1’ was not declared in this scope
g_Config.bUseFFV1 ? CODEC_ID_FFV1 : s_FormatContext->oformat->video_codec;
^
[...deprecation warnings...]
dolphin-emu-master-4.0+git1864/Source/Core/VideoCommon/AVIDump.cpp: In static member function ‘static void AVIDump::AddFrame(const u8*, int, int)’:
dolphin-emu-master-4.0+git1864/Source/Core/VideoCommon/AVIDump.cpp:318:85: error: ‘avcodec_encode_video’ was not declared in this scope
int outsize = avcodec_encode_video(s_Stream->codec, s_OutBuffer, s_size, s_YUVFrame);
^
(I wasn't sure if this thread should go in "Support" or "Development"; sorry if I picked wrong.)