|
@@ -26,91 +26,91 @@ JANUS_GATEWAY_CONF_OPTS = \
|
|
--disable-data-channels \
|
|
--disable-data-channels \
|
|
--disable-sample-event-handler
|
|
--disable-sample-event-handler
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_AUDIO_BRIDGE),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_AUDIO_BRIDGE),y)
|
|
JANUS_GATEWAY_DEPENDENCIES += opus
|
|
JANUS_GATEWAY_DEPENDENCIES += opus
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-audiobridge
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-audiobridge
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-audiobridge
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-audiobridge
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_ECHO_TEST),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_ECHO_TEST),y)
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-echotest
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-echotest
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-echotest
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-echotest
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_RECORDPLAY),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_RECORDPLAY),y)
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-recordplay
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-recordplay
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-recordplay
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-recordplay
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_SIP_GATEWAY),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_SIP_GATEWAY),y)
|
|
JANUS_GATEWAY_DEPENDENCIES += sofia-sip
|
|
JANUS_GATEWAY_DEPENDENCIES += sofia-sip
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-sip
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-sip
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-sip
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-sip
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_STREAMING),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_STREAMING),y)
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-streaming
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-streaming
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-streaming
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-streaming
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_TEXT_ROOM),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_TEXT_ROOM),y)
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-textroom
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-textroom
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-textroom
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-textroom
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_VIDEO_CALL),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_VIDEO_CALL),y)
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-videocall
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-videocall
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-videocall
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-videocall
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_VIDEO_ROOM),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_VIDEO_ROOM),y)
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-videoroom
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-videoroom
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-videoroom
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-videoroom
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_VOICE_MAIL),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_VOICE_MAIL),y)
|
|
JANUS_GATEWAY_DEPENDENCIES += libogg
|
|
JANUS_GATEWAY_DEPENDENCIES += libogg
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-voicemail
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-plugin-voicemail
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-voicemail
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-plugin-voicemail
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_MQTT),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_MQTT),y)
|
|
JANUS_GATEWAY_DEPENDENCIES += paho-mqtt-c
|
|
JANUS_GATEWAY_DEPENDENCIES += paho-mqtt-c
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-mqtt
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-mqtt
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-mqtt
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-mqtt
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_RABBITMQ),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_RABBITMQ),y)
|
|
JANUS_GATEWAY_DEPENDENCIES += rabbitmq-c
|
|
JANUS_GATEWAY_DEPENDENCIES += rabbitmq-c
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-rabbitmq
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-rabbitmq
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-rabbitmq
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-rabbitmq
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_REST),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_REST),y)
|
|
JANUS_GATEWAY_DEPENDENCIES += libmicrohttpd
|
|
JANUS_GATEWAY_DEPENDENCIES += libmicrohttpd
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-rest
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-rest
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-rest
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-rest
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_UNIX_SOCKETS),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_UNIX_SOCKETS),y)
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-unix-sockets
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-unix-sockets
|
|
else
|
|
else
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-unix-sockets
|
|
JANUS_GATEWAY_CONF_OPTS += --disable-unix-sockets
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_JANUS_WEBSOCKETS),y)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_JANUS_GATEWAY_WEBSOCKETS),y)
|
|
JANUS_GATEWAY_DEPENDENCIES += libwebsockets
|
|
JANUS_GATEWAY_DEPENDENCIES += libwebsockets
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-websockets
|
|
JANUS_GATEWAY_CONF_OPTS += --enable-websockets
|
|
else
|
|
else
|