blob: 1b0fa52111c0d890089b9d58a63f25b88ec963fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- components/decoder/Makefile.orig 2023-03-05 15:43:57 UTC
+++ components/decoder/Makefile
@@ -6,6 +6,10 @@ include $(dir $(firstword $(MAKEFILE_LIST)))/$(BOCA_PA
FOLDERS = alac cuesheet faad2 fdkaac flac mac mpg123 opus sndfile speex vorbis
+ifneq ($(BUILD_OSX),True)
+ FOLDERS += lame mad
+endif
+
ifeq ($(BUILD_UNIX),True)
ifneq ($(BUILD_HAIKU),True)
ifneq ($(BUILD_OPENBSD),True)
|