Browse Source

Update to latest DPF

Signed-off-by: falktx@falktx.com <falkTX>
master
falktx@falktx.com 9 months ago
parent
commit
ab4204d5e1
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 4 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      dpf
  3. +2
    -1
      plugins/MVerb/Makefile

+ 1
- 1
Makefile View File

@@ -12,7 +12,7 @@ all: dgl plugins gen

dgl:
ifeq ($(HAVE_OPENGL),true)
$(MAKE) -C dpf/dgl opengl FILE_BROWSER_DISABLED=true
$(MAKE) -C dpf/dgl opengl USE_FILE_BROWSER=false
endif

plugins: dgl


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 57fcfcaf07f8dced0f643aff46bd0d3bb1b0b476
Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3

+ 2
- 1
plugins/MVerb/Makefile View File

@@ -22,7 +22,8 @@ FILES_UI = \
# --------------------------------------------------------------
# Do some magic

FILE_BROWSER_DISABLED = true
SKIP_NATIVE_AUDIO_FALLBACK = true
USE_FILE_BROWSER = false
include ../../dpf/Makefile.plugins.mk

# --------------------------------------------------------------


Loading…
Cancel
Save