… | |
… | |
22 | * Many common values are returned as int. Perhaps change this to long, |
22 | * Many common values are returned as int. Perhaps change this to long, |
23 | for better behaviour on very large files on some architectures? |
23 | for better behaviour on very large files on some architectures? |
24 | * I suspect there are still some memory leaks. |
24 | * I suspect there are still some memory leaks. |
25 | * Use libaudiofile for audio conversions? |
25 | * Use libaudiofile for audio conversions? |
26 | * Add generation of audio files. |
26 | * Add generation of audio files. |
|
|
27 | * The reason ./configure did not correctly |
|
|
28 | detect ImageMagick is due to the fact that it tries to link the |
|
|
29 | test-code against libMagick but does not pass the library path to ld. |
|
|
30 | |