Ignore:
Timestamp:
Dec 10, 2015, 12:16:18 PM (9 years ago)
Author:
alain
Message:

Remove the TG thread: The mjpeg strem dispatch is
directly done by the main thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/mjpeg/Makefile

    r723 r741  
    99
    1010OBJS = mjpeg.o \
    11        tg.o    \
    1211       demux.o \
    1312       vld.o   \
     
    3130        $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $<
    3231
    33 tg.o: tg.c
    34         $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $<
    35 
    3632demux.o: demux.c
    3733        $(CC)  $(INCLUDES) $(CFLAGS) -c -o  $@ $<
Note: See TracChangeset for help on using the changeset viewer.