Browse Source

Update to latest DPF

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

+ 1
- 1
Makefile View File

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


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


plugins: dgl plugins: dgl


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit 0ceb411fde5192ad4aaa1c89b079a861e4dac5df
Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3

+ 1
- 1
plugins/3BandEQ/Makefile View File

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


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


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


+ 1
- 1
plugins/3BandSplitter/Makefile View File

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


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


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


+ 1
- 1
plugins/PingPongPan/Makefile View File

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


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


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


Loading…
Cancel
Save