diff options
author | KimJeongYeon <see2002@gmail.com> | 2014-02-05 00:38:12 +0900 |
---|---|---|
committer | KimJeongYeon <see2002@gmail.com> | 2014-02-05 00:38:12 +0900 |
commit | 4a94e12986b7f4925b0d457af8c3464ffbef2e2b (patch) | |
tree | edc75c222bd44a92170e6a0c12932266061c5b84 /common/JackConstants.h | |
parent | 0742159cfa0cf403d5ba118fbf73bd089e6f10c2 (diff) | |
download | jack2-4a94e12986b7f4925b0d457af8c3464ffbef2e2b.tar.gz |
jack2 supports android devices & rebase current changes to master
Diffstat (limited to 'common/JackConstants.h')
-rw-r--r-- | common/JackConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/JackConstants.h b/common/JackConstants.h index c7257d08..c5ae4af4 100644 --- a/common/JackConstants.h +++ b/common/JackConstants.h @@ -45,7 +45,9 @@ #define PORT_NUM 2048 #endif +#ifndef PORT_NUM_MAX #define PORT_NUM_MAX 4096 // The "max" value for ports used in connection manager, although port number in graph manager is dynamic +#endif #define DRIVER_PORT_NUM 256 |