~vibhavp/ubuntu/saucy/csound/merge-from-debian

« back to all changes in this revision

Viewing changes to Opcodes/ugensa.c

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2012-04-19 09:26:46 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120419092646-j2x9xuiaxx57bmg0
Tags: 1:5.17.6~dfsg-1
* New upstream release
 - Do not build the wiimote opcodes (we need wiiuse).
* Add new API function to symbols file
* Disable lua opcodes, they were broken. Requires OpenMP to be enabled.
* Backport fixes from upstream:
  - Link dssi4cs with dl. Backport
  - Fix building of CsoundAC

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
#define S(x)    sizeof(x)
219
219
 
220
220
static OENTRY localops[] = {
221
 
{ "fog",  S(FOGS), 5, "a","xxxakkkkkiiiiooo",(SUBR)fogset,NULL,(SUBR)fog}
 
221
{ "fog",  S(FOGS), TR|5, "a","xxxakkkkkiiiiooo",(SUBR)fogset,NULL,(SUBR)fog}
222
222
};
223
223
 
224
224
int ugensa_init_(CSOUND *csound)