2011/8/5 okay_awright <[email protected]>: > I don't know, the previous revision I had didn't compile. I've just > pulled the 2438 revision, ran make clean, reconfigured, and the > compilation went from start to finish under Cygwin. And Liquidsoap now > works as expected. Black magic, maybe :) > The logs come from the successful build indeed. > I never force configuration parameters on the command line, and the > dependencies found in PACKAGES always come from your repositories - I > don't use pre-compiled libraries from elsewhere.
Cool. > P.S. Regarding the libmagic problem: The File utility on Cygwin (v5.05, > ldd reports that it uses libmagic) only partially detects the correct > file formats as well. For example, MP3 are seen as "Audio files with ID3 > version X.X.X". File -i always translates that to > application/octet-stream, unfortunately. I'll see if updating both the > libmagic mime and magic fingerprint databases will be enough to make it > work. Yeah, we used to associate application/octet-stream with mo3 in the past. I removed it when we added file extensions check... You can however still add this mime to the list of mimes attributed to mp3 format using the decoder.mime_types.mp3 configuration key.. BTW, the main problem here is that mp3 format is really hard to detect.. Files usually have garbage at their beginning and this confuses a lot the detection tests.. Romain ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, hands-on labs, demos & much more. Register early & save! http://p.sf.net/sfu/rim-blackberry-1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
