summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Hugo Villeneuve [Mon, 5 Sep 2011 15:15:27 +0000 (11:15 -0400)]
Fix GCC warnings for variably modified arrays
Hugo Villeneuve [Tue, 25 Mar 2014 01:45:23 +0000 (21:45 -0400)]
Fix configure error when determining id3lib version
Error message:
checking for library containing ID3Tag_Link... -lid3 -lz -lstdc++
using shared id3lib
checking for id3lib version... ./configure: line 16703: .: conftest.id3:
file not found
Explanation:
The source command '.' in bash searches $PATH when given a file without a path.
So you need to use '. ./conftest.id3' to search in current directory.
Patch by Mike Frysinger taken from:
http://sourceforge.net/p/grip/patches/152/
Hugo Villeneuve [Sat, 10 Sep 2011 04:36:30 +0000 (00:36 -0400)]
Update TODO for item already done in original version 3.3.1
Hugo Villeneuve [Mon, 5 Sep 2011 14:06:16 +0000 (10:06 -0400)]
Initial commit from official grip-3.3.1