Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1123 → Rev 1144

/demos/trunk/thdemo/fft.c
93,7 → 93,7
//#include <drivers/crtwin.h>
#include <drivers/glib.h>
#include <drivers/sound.h>
#include <ports/rfftw.h>
#include <rfftw.h>
 
/* CAB ports... */
CAB cab_windata; /* a window on the last WINDATA_DIM samples */
/demos/trunk/thdemo/makefile
12,7 → 12,7
include $(BASE)/config/example.mk
 
demo:
make -f $(SUBMAKE) APP=demo INIT= OTHEROBJS="fft.o camera.o initfile.o jetctrl.o ball.o" OTHERINCL=
make -f $(SUBMAKE) APP=demo INIT= OTHEROBJS="fft.o camera.o initfile.o jetctrl.o ball.o" SHARKOPT="__FFT__ __OLDCHAR__ __PXC__"