Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1191 → Rev 1190

/demos/trunk/fsf/test3.c
File deleted
/demos/trunk/fsf/makefile
4,7 → 4,7
BASE=../..
include $(BASE)/config/config.mk
 
PROGS= test1 test2 test3
PROGS= test1 test2
 
MPEG2 = ./mpeg2/getbits.o ./mpeg2/getblk.o ./mpeg2/gethdr.o ./mpeg2/getpic.o\
./mpeg2/getvlc.o ./mpeg2/idct.o ./mpeg2/idctref.o ./mpeg2/motion.o\
18,6 → 18,4
 
test2:
make -f $(SUBMAKE) APP=test2 INIT= OTHEROBJS="initfile.o $(MPEG2)" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__ __FIRST__"
test3:
make -f $(SUBMAKE) APP=test3 INIT= OTHEROBJS= OTHERINCL= SHARKOPT="__OLDCHAR__ __FIRST__"
 
/demos/trunk/tracer/udp/udptrace.c
36,7 → 36,7
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* CVS : $Id: udptrace.c,v 1.2 2003-10-06 14:56:38 giacomo Exp $
* CVS : $Id: udptrace.c,v 1.1 2002-10-28 08:10:11 pj Exp $
*/
 
/*
110,7 → 110,7
/* We want a task for TX mutual exclusion */
net_setmode(m, TXTASK);
/* We use UDP/IP stack */
net_setudpip(m, myipaddr, "0.0.0.0");
net_setudpip(m, myipaddr);
/* OK: let's start the NetLib! */
if (net_init(&m) == 1) {
cprintf("udptrace: Net Init OK...\n");
/demos/trunk/base/talk.c
177,7 → 177,7
/* We want a task for TX mutual exclusion */
net_setmode(m, TXTASK);
/* We use UDP/IP stack */
net_setudpip(m, talk_myipaddr, "0.0.0.0");
net_setudpip(m, talk_myipaddr);
/* OK: let's start the NetLib! */
if (net_init(&m) == 1) {
cprintf("Net Init OK...\n");