mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Replace libjpeg with libjpeg-turbo-1.3.0
This commit is contained in:
committed by
Michael Tremer
parent
0a7e8edfe1
commit
79518a2f26
@@ -24,12 +24,12 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = v6b
|
||||
VER = 1.3.0
|
||||
|
||||
THISAPP = jpegsrc.$(VER)
|
||||
THISAPP = libjpeg-turbo-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/jpeg-6b
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = libjpeg
|
||||
PAK_VER = ipfire-beta1
|
||||
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = dbd5f3b47ed13132f04c685d608a7547
|
||||
$(DL_FILE)_MD5 = e1e65cc711a1ade1322c06ad4a647741
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user