diff options
Diffstat (limited to 'Make.config')
-rw-r--r-- | Make.config | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Make.config b/Make.config index 66bf692..6deeb4c 100644 --- a/Make.config +++ b/Make.config @@ -7,7 +7,14 @@ # user defined stuff -PREFIX = /usr/local +PREFIX = /usr/local + +# enable AUX patch, in VDR >= 2.3.3 not needed! +WITH_AUX_PATCH = 1 + +# enable graphtftng and/or pin plugin support if autodetection below don't work +#WITH_GTFT = 1 +#WITH_PIN = 1 DEBUG = 1 #USE_CLANG = 1 |