Changeset 19

Show
Ignore:
Timestamp:
08/28/07 16:43:10 (1 year ago)
Author:
sip
Message:

Modified for not gnash flash support

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • media/Makefile

    r17 r19  
    3838OBJS=mcu.o multiconf.o participant.o videomixer.o audiomixer.o xmlrpcserver.o xmlhandler.o statushandler.o xmlrpcmcu.o  tools.o rtpsession.o audiostream.o videostream.o pipeaudioinput.o pipeaudiooutput.o pipevideoinput.o pipevideooutput.o framescaler.o mosaic.o partedmosaic.o 
    3939OBJS+= $(G711OBJ) $(H263OBJ) $(GSMOBJ)  
     40TARGETS=mcu mcuclient test 
    4041 
    4142ifeq ($(FLASHSTREAMER),yes) 
     
    4546        OBJS+= flash.o xmlrpcflash.o     
    4647        OBJSFSCLIENT = xmlrpcclient.o xmlrpcflashclient.o 
     48        TARGETS = $(TARGETS) flashstreamer flashclient testflash 
    4749endif 
    4850 
     
    8688#Targets 
    8789############################################ 
    88 all: mkdirs mcu mcuclient test flashstreamer flashclient testflash 
     90all: mkdirs $(TARGETS)  
    8991 
    9092mkdirs:   
     
    135137         
    136138 
    137 else 
    138  
    139 flashstreamer: 
    140  
    141 flashclient: 
    142  
    143 testflash: 
    144  
    145139endif 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software