mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
remove FILE using in jpeg.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1328 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
Vendored
+62
-1
@@ -2,7 +2,7 @@ Import('RTT_ROOT')
|
||||
Import('rtconfig')
|
||||
from building import *
|
||||
|
||||
src = Split('''
|
||||
s = '''
|
||||
jaricom.c
|
||||
jcomapi.c
|
||||
jutils.c
|
||||
@@ -30,7 +30,68 @@ jquant1.c
|
||||
jquant2.c
|
||||
jdmerge.c
|
||||
jmemnobs.c
|
||||
'''
|
||||
|
||||
j62 = '''
|
||||
jcomapi.c
|
||||
jdapimin.c
|
||||
jdapistd.c
|
||||
jdcoefct.c
|
||||
jdcolor.c
|
||||
jddctmgr.c
|
||||
jdhuff.c
|
||||
jdinput.c
|
||||
jdmainct.c
|
||||
jdmarker.c
|
||||
jdmaster.c
|
||||
jdmerge.c
|
||||
jdphuff.c
|
||||
jdpostct.c
|
||||
jdsample.c
|
||||
jdtrans.c
|
||||
jerror.c
|
||||
jfdctflt.c
|
||||
jfdctfst.c
|
||||
jfdctint.c
|
||||
jidctflt.c
|
||||
jidctfst.c
|
||||
jidctint.c
|
||||
jidctred.c
|
||||
jmemmgr.c
|
||||
jquant1.c
|
||||
jquant2.c
|
||||
jutils.c
|
||||
'''
|
||||
|
||||
src = Split('''
|
||||
jaricom.c
|
||||
jcomapi.c
|
||||
jutils.c
|
||||
jerror.c
|
||||
jmemmgr.c
|
||||
jdapimin.c
|
||||
jdapistd.c
|
||||
jdarith.c
|
||||
jdtrans.c
|
||||
jdmaster.c
|
||||
jdinput.c
|
||||
jdmarker.c
|
||||
jdhuff.c
|
||||
jdmainct.c
|
||||
jdcoefct.c
|
||||
jdpostct.c
|
||||
jddctmgr.c
|
||||
jidctfst.c
|
||||
jidctflt.c
|
||||
jidctint.c
|
||||
jdsample.c
|
||||
jdcolor.c
|
||||
jquant1.c
|
||||
jquant2.c
|
||||
jdmerge.c
|
||||
jmemnobs.c
|
||||
''')
|
||||
|
||||
CPPPATH = [RTT_ROOT + '/components/external/jpeg']
|
||||
|
||||
group = DefineGroup('jpeg', src, depend = ['RTGUI_IMAGE_JPEG'], CPPPATH = CPPPATH)
|
||||
|
||||
Reference in New Issue
Block a user