From 486c5d5cbae6e90d0b99223eb8c136af48286e62 Mon Sep 17 00:00:00 2001 From: warmenhoven Date: Thu, 6 Apr 2023 09:18:40 -0400 Subject: [PATCH] Compile dsp/video filters built in on osx (#15161) --- pkg/apple/BaseConfig.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/apple/BaseConfig.xcconfig b/pkg/apple/BaseConfig.xcconfig index 18cd3d9027..c957a05dfb 100644 --- a/pkg/apple/BaseConfig.xcconfig +++ b/pkg/apple/BaseConfig.xcconfig @@ -28,6 +28,7 @@ OTHER_CFLAGS = $(inherited) -DHAVE_DSP_FILTER OTHER_CFLAGS = $(inherited) -DHAVE_DYLIB OTHER_CFLAGS = $(inherited) -DHAVE_DYNAMIC OTHER_CFLAGS = $(inherited) -DHAVE_EASTEREGG +OTHER_CFLAGS = $(inherited) -DHAVE_FILTERS_BUILTIN OTHER_CFLAGS = $(inherited) -DHAVE_FLAC OTHER_CFLAGS = $(inherited) -DHAVE_GETOPT_LONG OTHER_CFLAGS = $(inherited) -DHAVE_GFX_WIDGETS