mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
Fix libdna & ushare dependencies
This commit is contained in:
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libdlna
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "libupnp ffmpeg"
|
||||
DEPS = "ffmpeg"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
@@ -34,7 +34,7 @@ TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = ushare
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = "libdlna libupnp"
|
||||
DEPS = "libdlna"
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
|
||||
Reference in New Issue
Block a user