Emulator Issues #5273
closedAVIDump not compile in Linux Ubuntu 12.04
0%
Description
Source/Core/VideoCommon/Src/AVIDump.cpp: In static member function ‘static bool AVIDump::CreateFile()’:
--SOME WARNINGS---
/tmp/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp: In static member function ‘static void AVIDump::AddFrame(uint8_t*, int, int)’:
/tmp/dolphin-emu/Source/Core/VideoCommon/Src/AVIDump.cpp:324:53: error: ‘av_rescale_q’ was not declared in this scope
It not compiles in Ubuntu 12.04. Anyone knows how?
Updated by JordiComa22 over 12 years ago
Sorry, it's the same os http://code.google.com/p/dolphin-emu/issues/detail?id=5266
but has a link error.
../VideoCommon/libvideocommon.a(AVIDump.cpp.o): In function AVIDump::AddFrame(unsigned char*, int, int)': AVIDump.cpp:(.text+0xef): undefined reference to
av_rescale_q(long, AVRational, AVRational)'
collect2: ld returned 1 exit status