Changeset 19
- 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
| r17 |
r19 |
|
| 38 | 38 | OBJS=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 |
|---|
| 39 | 39 | OBJS+= $(G711OBJ) $(H263OBJ) $(GSMOBJ) |
|---|
| | 40 | TARGETS=mcu mcuclient test |
|---|
| 40 | 41 | |
|---|
| 41 | 42 | ifeq ($(FLASHSTREAMER),yes) |
|---|
| … | … | |
| 45 | 46 | OBJS+= flash.o xmlrpcflash.o |
|---|
| 46 | 47 | OBJSFSCLIENT = xmlrpcclient.o xmlrpcflashclient.o |
|---|
| | 48 | TARGETS = $(TARGETS) flashstreamer flashclient testflash |
|---|
| 47 | 49 | endif |
|---|
| 48 | 50 | |
|---|
| … | … | |
| 86 | 88 | #Targets |
|---|
| 87 | 89 | ############################################ |
|---|
| 88 | | all: mkdirs mcu mcuclient test flashstreamer flashclient testflash |
|---|
| | 90 | all: mkdirs $(TARGETS) |
|---|
| 89 | 91 | |
|---|
| 90 | 92 | mkdirs: |
|---|
| … | … | |
| 135 | 137 | |
|---|
| 136 | 138 | |
|---|
| 137 | | else |
|---|
| 138 | | |
|---|
| 139 | | flashstreamer: |
|---|
| 140 | | |
|---|
| 141 | | flashclient: |
|---|
| 142 | | |
|---|
| 143 | | testflash: |
|---|
| 144 | | |
|---|
| 145 | 139 | endif |
|---|
Download in other formats:
|
|