Mailinglist Archive: radeonhd (436 mails)
| < Previous | Next > |
Re: [radeonhd] #ifdef inconsistency
- From: "Alex Deucher" <alexdeucher@xxxxxxxxx>
- Date: Sat, 26 Jul 2008 13:37:27 -0400
- Message-id: <a728f9f90807261037r4317598dmac383f511d9f7a97@xxxxxxxxxxxxxx>
On Sat, Jul 26, 2008 at 9:46 AM, Bruno Kleinert <fuddl@xxxxxxxxxx> wrote:
Good catch! fix pushed: b0f470aa76cc156092754187fc8c6c41c4125ce4
thanks,
Alex
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
hi there,
i compiled git commit 0780b69e0bce9e08f19aa7dd28ed4934e34596b9 after the
merge of quick_and_dirty_2d into master today and ran into a tiny
inconsistency:
the member Bool DMAForXv of struct RHDRec in src/rhd.h is defined in an
#ifdef USE_DRI, but in src/rhd_driver.c (line 1148) it's always used. so
if there are some drm/dri headers not installed on the system, the
autotools don't complain at configuration time about that and the driver
fails to compile.
Good catch! fix pushed: b0f470aa76cc156092754187fc8c6c41c4125ce4
thanks,
Alex
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |