]> rtime.felk.cvut.cz Git - frescor/streamer.git/blob - Makefile.omk
Streamer updated to allow specify destination host (option -m).
[frescor/streamer.git] / Makefile.omk
1 CFLAGS = -Wall
2 CFLAGS += -Wdeclaration-after-statement
3 CFLAGS += -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
4 CFLAGS += -Wno-pointer-sign 
5 CFLAGS += -I /usr/local/include
6
7 ifdef CONFIG_AQUOSA
8 CPPFLAGS += -I$(AQUOSA)/include
9 LDFLAGS += -L$(AQUOSA)/lib
10 LDLIBS += -lqreslib -lqmgrlib -lrt
11 OBJS += rt_qosmgr.o
12 else
13 OBJS += rt.o
14 endif
15
16 bin_PROGRAMS=streamer
17 streamer_SOURCES=streamer.c input.c codec.c output.c
18
19 lib_LOADLIBES+= postproc swscale avfilter avdevice avformat avcodec avutil m z pthread
20 lib_LOADLIBES+= z bz2 m asound jack dl asound jack asound