| 
                Last change
                  on this file since 749 was
                  741,
                  checked in by alain, 10 years ago
           | 
        
        
          | 
               
Remove the TG thread: The mjpeg strem dispatch is 
directly done by the main thread. 
 
           | 
        
        | 
            File size:
            924 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 |  | 
|---|
| 2 | CC = mipsel-unknown-elf-gcc | 
|---|
| 3 | AS = mipsel-unknown-elf-as | 
|---|
| 4 | LD = mipsel-unknown-elf-ld | 
|---|
| 5 | DU = mipsel-unknown-elf-objdump | 
|---|
| 6 | AR = mipsel-unknown-elf-ar | 
|---|
| 7 |  | 
|---|
| 8 | APP_NAME = mjpeg | 
|---|
| 9 |  | 
|---|
| 10 | OBJS = mjpeg.o \ | 
|---|
| 11 |        demux.o \ | 
|---|
| 12 |        vld.o   \ | 
|---|
| 13 |        iqzz.o  \ | 
|---|
| 14 |        idct.o  \ | 
|---|
| 15 |        libu.o | 
|---|
| 16 |  | 
|---|
| 17 | CFLAGS = -G0 | 
|---|
| 18 |  | 
|---|
| 19 | LIBS= -L../../build/libs -luser | 
|---|
| 20 |  | 
|---|
| 21 | INCLUDES = -I.  -I../..  -I../../giet_libs  -I../../giet_xml   | 
|---|
| 22 |  | 
|---|
| 23 | LIB_DEPS = ../../build/libs/libuser.a | 
|---|
| 24 |  | 
|---|
| 25 | appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS)  | 
|---|
| 26 |         $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS) | 
|---|
| 27 |         $(DU) -D $@ > $@.txt | 
|---|
| 28 |  | 
|---|
| 29 | mjpeg.o: mjpeg.c  | 
|---|
| 30 |         $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $< | 
|---|
| 31 |  | 
|---|
| 32 | demux.o: demux.c | 
|---|
| 33 |         $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $< | 
|---|
| 34 |  | 
|---|
| 35 | vld.o: vld.c | 
|---|
| 36 |         $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $< | 
|---|
| 37 |  | 
|---|
| 38 | iqzz.o: iqzz.c | 
|---|
| 39 |         $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $< | 
|---|
| 40 |  | 
|---|
| 41 | idct.o: idct.c | 
|---|
| 42 |         $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $< | 
|---|
| 43 |  | 
|---|
| 44 | libu.o: libu.c | 
|---|
| 45 |         $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $< | 
|---|
| 46 |  | 
|---|
| 47 | clean: | 
|---|
| 48 |         rm -f *.o *.elf *.txt core *~ | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.