repositories
/
deb_shairplay.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix a memory leak in the ALAC decoder.
[deb_shairplay.git]
/
src
/
lib
/
global.h
Commit
Line
Data
2340bcd3
JVH
1
#ifndef GLOBAL_H
2
#define GLOBAL_H
3
4
#define GLOBAL_FEATURES 0x7
5
#define GLOBAL_MODEL "AppleTV2,1"
6
#define GLOBAL_VERSION "104.29"
7
8
#define MAX_HWADDR_LEN 6
9
10
#endif