Actions
Emulator Issues #10644
closedWon't compile with ffmpeg master head, few deprecated functions have been recently deleted.
Status:
Fixed
Priority:
High
Assignee:
-
% Done:
0%
Operating system:
Linux
Issue type:
Bug
Milestone:
Current
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-6897
Description
What's the problem? Describe what went wrong.
Dolphin won't compile if you have installed ffmpeg from master head source. Recently they've started purging all deprecated functions and calls, leaving behind functionally equal alternatives.
What steps will reproduce the problem?
Compile and install latest ffmpeg from source, and then attempt to compile Dolphin. It will stop at Source/Core/VideoCommon/CMakeFiles/videocommon.dir/AVIDump.cpp
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
commit 1e33fd0d3540e288f124c1c41891a768103f6290
Actions