Forum: Development
09 December 2006, 04:24 pm
|
Replies: 6
Views: 21,982
|
Forum: Development
09 December 2006, 02:10 pm
|
Replies: 6
Views: 21,982
I note for ./configure, even if I don't agree :...
I note for ./configure, even if I don't agree : autotools are not often installed, so some people won't easily do "./configure;make" as they does for other softwares. For example, I had to install it...
|
Forum: Development
08 December 2006, 01:42 pm
|
Replies: 6
Views: 21,982
./configure missing in libmpcdec 1.2.4
The last version of limpcdec forgot ./configure file.
Edit : ./configure is missing in 1.2.3 too, but is present in 1.2.2
There is ./autogen.sh, but this is not "pretty" for automatic installations...
|
Forum: Development
30 April 2006, 10:56 pm
|
Replies: 2
Views: 19,458
|
Forum: Development
29 April 2006, 06:12 pm
|
Replies: 2
Views: 19,458
libmpcdec 1.2.2 crash
with this file :
http://mediaarea.net/crash.mpc
If I use libmpcdec 1.2.2, I have a crash with this code :
mpc_streaminfo Info;
(...)
if (Info.profile_name)
std::string S=Info.profile_name;...
|