diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-19 06:42:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-19 06:42:07 +0000 |
commit | fbd36a8180832b6e77c6a9093bb040e370544319 (patch) | |
tree | 909ff20a52e0e7a645990b5df6238355a532605a /apps | |
parent | d81ee8c468b60e78f8bf4f71582eeec621c66abb (diff) |
use v2 scrambling for recorder v2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4038 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile index 3fc4e95f72..cbe30234ea 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -48,6 +48,9 @@ SRC := $(wildcard *.c) ifeq ($(TARGET), -DARCHOS_FMRECORDER) SCRAMBLE_OPT = -fm endif +ifeq ($(TARGET), -DARCHOS_FMRECORDERV2) + SCRAMBLE_OPT = -v2 +endif ifeq ($(ANYREC), RECORDER) SRC += $(wildcard recorder/*.c) |