Logo
Explore Help
Sign In
feedc0de/dolphin
1
0
Fork 0
You've already forked dolphin
forked from dolphin-emu/dolphin
Code Pull Requests Activity
Files
fff663e8c714b60a4325bf420a8b0d49c126bd13
dolphin/Source/Core/AudioCommon/Src/SConscript

15 lines
258 B
Python
Raw Normal View History

Some clean up git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2743 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-23 20:55:32 +00:00
# -*- python -*-
Import('env')
files = [
moved wavefile to audiocommon, you might need to add audiocommon include/lib paths to DSP-LLE on windows git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2753 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-25 19:03:32 +00:00
'AOSoundStream.cpp',
'WaveFile.cpp',
Attempt to move mixer to audio common, it's a bit more complicated than I expected so please check I didn't break anything in hle git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2756 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-26 09:29:14 +00:00
'Mixer.cpp',
'AudioCommon.cpp',
Some clean up git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2743 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-03-23 20:55:32 +00:00
]
env_audiocommon = env.Clone()
env_audiocommon.Append(CXXFLAGS = [ '-fPIC' ])
env_audiocommon.StaticLibrary('audiocommon', files)
Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 23ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API