X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=interfaces%2Fch%2Fchfhandmade%2FcvSetIPLAllocators.chf;fp=interfaces%2Fch%2Fchfhandmade%2FcvSetIPLAllocators.chf;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=303ae3a724e6b70b91cf6e613469aa5ffd1b5914;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/interfaces/ch/chfhandmade/cvSetIPLAllocators.chf b/interfaces/ch/chfhandmade/cvSetIPLAllocators.chf deleted file mode 100644 index 303ae3a..0000000 --- a/interfaces/ch/chfhandmade/cvSetIPLAllocators.chf +++ /dev/null @@ -1,10 +0,0 @@ -void cvSetIPLAllocators(Cv_iplCreateImageHeader create_header, Cv_iplAllocateImageData allocate_data, Cv_iplDeallocate deallocate, Cv_iplCreateROI create_roi, Cv_iplCloneImage clone_image) { - void *fptr; - - fptr = dlsym(_Chcv_handle, "cvSetIPLAllocators_chdl"); - if(fptr == NULL) { - fprintf(_stderr, "Error: %s(): dlsym(): %s\n", __func__, dlerror()); - return; - } - dlrunfun(fptr, NULL, cvSetIPLAllocators, create_header, allocate_data, deallocate, create_roi, clone_image); -}