diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-01-05 18:38:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-07 13:28:24 +0000 |
commit | 3e87b2b796e2de50adcdf5ed9d777765ae8e3cee (patch) | |
tree | 4f77f8ef6401c645ffb541db43fa362a5be83699 /meta/recipes-devtools | |
parent | 3d8f35a121d54b7a1b825b266a553752e22bf708 (diff) | |
download | openembedded-core-3e87b2b796e2de50adcdf5ed9d777765ae8e3cee.tar.gz openembedded-core-3e87b2b796e2de50adcdf5ed9d777765ae8e3cee.tar.bz2 openembedded-core-3e87b2b796e2de50adcdf5ed9d777765ae8e3cee.zip |
directfb: Rename __no_instrument_function__ macro to avoid conflicting redefinitions
The macro was renamed to __dfb_no_instrument_function__ . This will avoid build
errors while compiling gst-plugins-bad with directfb support.
This happens because gstreamer uses this macro to pass it to __attribute__. So,
if we include directfb.h before, the gstreamer definition will end up:
__attribute__ ((__attribute__((no_instrument_function)))).
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
0 files changed, 0 insertions, 0 deletions