Merge branch 'v0.19.x'

This commit is contained in:
Max Kellermann
2015-01-26 20:57:29 +01:00
22 changed files with 30 additions and 852 deletions

@@ -33,7 +33,7 @@ gcc_version = '4.9'
llvm_version = '3.5'
# the path to the MPD sources
mpd_path = os.path.dirname(os.path.dirname(sys.argv[0])) or '.'
mpd_path = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]) or '.', '..'))
# output directories
lib_path = os.path.abspath('lib')