mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-18 13:49:58 +01:00
fix compile warnings
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
#define max(a,b) (((a) < (b)) ? (b) : (a))
|
||||
|
||||
#define MAX_OUTPUT_PORTS 2
|
||||
#define MAX_INPUT_PORTS 0
|
||||
#define MAX_INPUT_PORTS 2
|
||||
|
||||
#define DEFAULT_VOLUME 100
|
||||
|
||||
|
||||
Reference in New Issue
Block a user