htpp

htrdr-image post-processing
git clone git://git.meso-star.fr/htpp.git
Log | Files | Refs | README | LICENSE

commit 8e0dc049d6251eeca6feaa55319f456c2c494c41
parent dabcce7956d65de0fe4e7185324ad6f087dc3487
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 Sep 2023 16:07:49 +0200

Remove unnecessary configuration macros

Deleted macros were needed to build libraries, not programs.

Diffstat:
Mconfig.mk | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/config.mk b/config.mk @@ -4,8 +4,6 @@ VERSION_PATCH = 4 VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH) PREFIX = /usr/local -LIB_TYPE = SHARED -#LIB_TYPE = STATIC BUILD_TYPE = RELEASE #BUILD_TYPE = DEBUG @@ -13,10 +11,8 @@ BUILD_TYPE = RELEASE ################################################################################ # Tools ################################################################################ -AR = ar CC = cc PKG_CONFIG = pkg-config -RANLIB = ranlib ################################################################################ # Dependencies