Hi, While the osscore module can accept parameters, osscore.conf wassn't being generated. There were two reasons: A. An osscore/ directory also existed in framework/ and the generated osscore.conf overwrote the previous one. This was fixed both by removing framework/* from confgen argument (nothing was generated from there anyway), and by making confgen check for .params first, before printing the header to the conf file. B. A platform setting in .config made it fail on Linux. Added an explicit override to confgen.c.
This diff also: A. Changes confgen to print an extra newline after var to make the format clearer. B. Install flashsupport.c to /usr/lib/oss/lib just like version 4.0 did. Remove OpenSSL dependency since it's unnecessary for us, and change install.sh to compile into /usr/lib/oss/lib and not /usr/lib (soundon would symlink it anyway). P.S. The ac97_* options to osscore (like 'ac97_recselect' or 'ac97_amplifier') don't work. It complains: "osscore: Unknown parameter `ac97_recselect'". Yours, Yair K.
osscore-install-conf.diff.gz
Description: GNU Zip compressed data
_______________________________________________ oss-devel mailing list oss-devel@mailman.opensound.com http://mailman.opensound.com/mailman/listinfo/oss-devel