forked from KolibriOS/kolibrios
copying a binary after compilation to INSTALLDIR
git-svn-id: svn://kolibrios.org@7195 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,38 +1,38 @@
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
sws_addVec @2
|
||||
sws_allocVec @3
|
||||
sws_alloc_context @4
|
||||
sws_alloc_set_opts @5
|
||||
sws_cloneVec @6
|
||||
sws_context_class @7 DATA
|
||||
sws_convVec @8
|
||||
sws_convertPalette8ToPacked24 @9
|
||||
sws_convertPalette8ToPacked32 @10
|
||||
sws_freeContext @11
|
||||
sws_freeFilter @12
|
||||
sws_freeVec @13
|
||||
sws_getCachedContext @14
|
||||
sws_getCoefficients @15
|
||||
sws_getColorspaceDetails @16
|
||||
sws_getConstVec @17
|
||||
sws_getContext @18
|
||||
sws_getDefaultFilter @19
|
||||
sws_getGaussianVec @20
|
||||
sws_getIdentityVec @21
|
||||
sws_get_class @22
|
||||
sws_init_context @23
|
||||
sws_isSupportedEndiannessConversion @24
|
||||
sws_isSupportedInput @25
|
||||
sws_isSupportedOutput @26
|
||||
sws_normalizeVec @27
|
||||
sws_printVec2 @28
|
||||
sws_rgb2rgb_init @29
|
||||
sws_scale @30
|
||||
sws_scaleVec @31
|
||||
sws_setColorspaceDetails @32
|
||||
sws_shiftVec @33
|
||||
sws_subVec @34
|
||||
swscale_configuration @35
|
||||
swscale_license @36
|
||||
swscale_version @37
|
||||
EXPORTS
|
||||
DllStartup @1
|
||||
sws_addVec @2
|
||||
sws_allocVec @3
|
||||
sws_alloc_context @4
|
||||
sws_alloc_set_opts @5
|
||||
sws_cloneVec @6
|
||||
sws_context_class @7 DATA
|
||||
sws_convVec @8
|
||||
sws_convertPalette8ToPacked24 @9
|
||||
sws_convertPalette8ToPacked32 @10
|
||||
sws_freeContext @11
|
||||
sws_freeFilter @12
|
||||
sws_freeVec @13
|
||||
sws_getCachedContext @14
|
||||
sws_getCoefficients @15
|
||||
sws_getColorspaceDetails @16
|
||||
sws_getConstVec @17
|
||||
sws_getContext @18
|
||||
sws_getDefaultFilter @19
|
||||
sws_getGaussianVec @20
|
||||
sws_getIdentityVec @21
|
||||
sws_get_class @22
|
||||
sws_init_context @23
|
||||
sws_isSupportedEndiannessConversion @24
|
||||
sws_isSupportedInput @25
|
||||
sws_isSupportedOutput @26
|
||||
sws_normalizeVec @27
|
||||
sws_printVec2 @28
|
||||
sws_rgb2rgb_init @29
|
||||
sws_scale @30
|
||||
sws_scaleVec @31
|
||||
sws_setColorspaceDetails @32
|
||||
sws_shiftVec @33
|
||||
sws_subVec @34
|
||||
swscale_configuration @35
|
||||
swscale_license @36
|
||||
swscale_version @37
|
||||
|
Reference in New Issue
Block a user