Re: Fix for errant semicolon in Mesa library

2015-04-23 Thread Matthieu Herrb
On Thu, Apr 23, 2015 at 04:55:17PM +1000, Jonathan Gray wrote: > On Thu, Apr 23, 2015 at 08:42:24AM +0200, Alex Greif wrote: > > Hi, > > > > It seems to be fixed upstream > > (http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/omx/vid_dec_h264.c) > > > > find /usr/xenocara -na

Re: Fix for errant semicolon in Mesa library

2015-04-22 Thread Jonathan Gray
On Thu, Apr 23, 2015 at 08:42:24AM +0200, Alex Greif wrote: > Hi, > > It seems to be fixed upstream > (http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/omx/vid_dec_h264.c) > > find /usr/xenocara -name '*.c' -exec grep -rE '^[^a-zA-Z0-9]*if \([^)]*\);$' > {} \; > > Alex. Th

Fix for errant semicolon in Mesa library

2015-04-22 Thread Alex Greif
Hi, It seems to be fixed upstream (http://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/omx/vid_dec_h264.c) find /usr/xenocara -name '*.c' -exec grep -rE '^[^a-zA-Z0-9]*if \([^)]*\);$' {} \; Alex. Index: vid_dec_h264.c =