Browse Source

Update to latest DPF

Signed-off-by: falktx@falktx.com <falkTX>
master
falktx@falktx.com 9 months ago
parent
commit
8cc68ccaa1
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/glBars/Makefile

+ 1
- 1
Makefile View File

@@ -11,7 +11,7 @@ all: dgl plugins gen
# -------------------------------------------------------------- # --------------------------------------------------------------


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


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


+ 1
- 1
dpf

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

+ 2
- 1
plugins/glBars/Makefile View File

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


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


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


Loading…
Cancel
Save