mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Dolphin now builds on Linux with only Source/Core as include dir
This commit is contained in:
parent
dc1db82f70
commit
362dec9c7c
6 changed files with 26 additions and 41 deletions
|
@ -204,9 +204,9 @@ bool AVIDump::SetVideoFormat()
|
|||
|
||||
#else
|
||||
|
||||
#include "FileUtil.h"
|
||||
#include "StringUtil.h"
|
||||
#include "Log.h"
|
||||
#include "Common/FileUtil.h"
|
||||
#include "Common/Log.h"
|
||||
#include "Common/StringUtil.h"
|
||||
|
||||
extern "C" {
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue