gdk-pixbuf
dlsymdlopen2.38.2
1 / 685 files match, 1 filtered matches.
gdk-pixbuf/pixops/pixops.c
214 | * For x86 processors use of libumem conflicts with
215 | * mediaLib, so avoid using it.
216 | */
217 | if (dlsym (RTLD_PROBE, "umem_alloc") != NULL)
218 | {
219 | use_medialib = FALSE;