mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 21:12:59 +02:00
libsrtp: update to 1.5
This commit is contained in:
@@ -24,10 +24,9 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.4.5
|
||||
SUBVER = 99426a54
|
||||
VER = 1.5.0
|
||||
THISAPP = libsrtp-$(VER)
|
||||
DL_FILE = $(THISAPP)-$(SUBVER).tar.gz
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
@@ -40,7 +39,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 05bfbe63a2a27343889c2436c836110a
|
||||
$(DL_FILE)_MD5 = ec49ba558b4fd056114df2c76935aa8e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user