mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-07 18:16:23 +00:00
Automatically detect and use shared library packages for
LZO/SFML/SOIL as already done for GLEW/SDL/zlib. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5723 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d24e5a37a6
commit
ce3eb2a13b
5 changed files with 8 additions and 18 deletions
|
@ -31,11 +31,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#if defined(SHARED_LZO) && SHARED_LZO
|
||||
#include <lzo/lzo1x.h>
|
||||
#else
|
||||
#include "minilzo.h"
|
||||
#endif
|
||||
|
||||
// TODO: Move to namespace
|
||||
|
||||
|
|
|
@ -20,11 +20,7 @@
|
|||
#include <cstring>
|
||||
#include <utility>
|
||||
#include <algorithm>
|
||||
#if defined(SHARED_SOIL) && SHARED_SOIL
|
||||
#include <SOIL/SOIL.h>
|
||||
#else
|
||||
#include "SOIL.h"
|
||||
#endif
|
||||
#include "CommonPaths.h"
|
||||
#include "FileUtil.h"
|
||||
#include "FileSearch.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue