Browse Source

Update to latest DPF

Signed-off-by: falktx@falktx.com <falkTX>
master
falktx@falktx.com 1 month ago
parent
commit
b1c6ac0ba1
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/ProM/Makefile

+ 1
- 1
Makefile View File

@@ -16,7 +16,7 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
# --------------------------------------------------------------

dgl:
$(MAKE) -C dpf/dgl opengl3 FILE_BROWSER_DISABLED=true
$(MAKE) -C dpf/dgl opengl3 USE_FILE_BROWSER=true

plugins: dgl
$(MAKE) all -C plugins/ProM


+ 1
- 1
dpf

@@ -1 +1 @@
Subproject commit b52112bf23ef7eb91883828b27f12bb15cb671ac
Subproject commit 470c5b7a77091bbea2154cd1d96d3cb1be737aa3

+ 2
- 1
plugins/ProM/Makefile View File

@@ -26,7 +26,8 @@ HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
# --------------------------------------------------------------
# Import base definitions

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

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


Loading…
Cancel
Save