Symbols in gdk-pixbuf/pixops become local (was Re: subscribe)
- From: Martin Guy <martinwguy gmail com>
- To: gtk-devel-list gnome org
- Subject: Symbols in gdk-pixbuf/pixops become local (was Re: subscribe)
- Date: Thu, 1 Dec 2016 22:28:39 +0100
Hum. THe global variable has become file local.
$ nm gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so.0 | grep scaler
00000000002236f0 b _gdk_disable_two_step_scaler
so the global variable has become file-local, as have its functions:
$ nm gdk-pixbuf/.libs/libgdk_pixbuf-2.0.so.0 | grep pixops
0000000000018b40 t _pixops_composite
0000000000017ee0 t _pixops_composite_color
0000000000017140 t _pixops_scale
00000000000167c0 t pixops_process
Is there something in the linking of gdk-pixbuf that binds the library
calls to the functions in pixops/* that makes them invisible in the
final library?
And/or, is there another way to turn a piece of code on and off in a
routine in pixops/ from the testsuite?
M
M
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]