]> rtime.felk.cvut.cz Git - frescor/streamer.git/blobdiff - Makefile.omk
The streamer is FRESCORized to allow underlying communication over FWP.
[frescor/streamer.git] / Makefile.omk
index 6de24ea8ac1897ab0cdea672ed22dbea44c8cb84..595b8128e8553427ae25356e731a649ad017f70c 100644 (file)
@@ -1,4 +1,9 @@
-CFLAGS = -Wall
+default_CONFIG += CONFIG_STREAMER_WITH_FRSH=y
+default_CONFIG += CONFIG_AQUOSA=x
+
+LOCAL_CONFIG_H = streamer_config.h
+
+CFLAGS += -Wall
 CFLAGS += -Wdeclaration-after-statement
 CFLAGS += -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls
 CFLAGS += -Wno-pointer-sign 
@@ -18,3 +23,6 @@ streamer_SOURCES=streamer.c input.c codec.c output.c
 
 lib_LOADLIBES+= postproc swscale avfilter avdevice avformat avcodec avutil m z pthread
 lib_LOADLIBES+= z bz2 m asound jack dl asound jack asound
+ifeq ($(CONFIG_STREAMER_WITH_FRSH),y)
+lib_LOADLIBES+= pthread rt fwp fna frsh
+endif
\ No newline at end of file