From cf8f83c05cda2c25899560847502e105fe323836 Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Mon, 20 Aug 2012 03:19:40 +0000 Subject: [PATCH] jpeg.library: Update to new genmodule interfaces Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45622 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/libs/jpeg/jpeg_au.conf | 7 +------ workbench/libs/jpeg/mmakefile.src | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/workbench/libs/jpeg/jpeg_au.conf b/workbench/libs/jpeg/jpeg_au.conf index 2d060bf6d7..6d9089a3e4 100644 --- a/workbench/libs/jpeg/jpeg_au.conf +++ b/workbench/libs/jpeg/jpeg_au.conf @@ -6,7 +6,7 @@ version 1.0 date 07.06.2012 copyright Copyright (C) 1991-1998, Thomas G. Lane, Modified 2002-2011 by Guido Vollbeding, 2012 The AROS Development Team options pertaskbase -relbase aroscbase +rellib arosc ##end config ##begin cdefprivate @@ -18,11 +18,6 @@ relbase aroscbase #include ##end cdef -##begin startup -#include -AROS_IMPORT_ASM_SYM(void *, dummyarosc, aroscbase); -##end startup - ##begin functionlist struct jpeg_error_mgr * jpeg_std_error(struct jpeg_error_mgr * err) void jpeg_CreateCompress(j_compress_ptr cinfo, int version, size_t structsize) diff --git a/workbench/libs/jpeg/mmakefile.src b/workbench/libs/jpeg/mmakefile.src index 7e039f45c2..9ef3509f98 100644 --- a/workbench/libs/jpeg/mmakefile.src +++ b/workbench/libs/jpeg/mmakefile.src @@ -21,7 +21,7 @@ USER_CFLAGS += -Wno-main %build_module mmake=workbench-libs-jpeg \ modname=jpeg_au modtype=library \ - files="$(FILES)" uselibs="arosc_rel" linklibname=jpeg + files="$(FILES)" linklibname=jpeg INCLUDE_FILES := jerror.h jmorecfg.h jpeglib.h jconfig.h -- 2.11.4.GIT