Fix bootstrap from the removal of mod_html5 in previous commit and cleanup some other reference to it
This commit is contained in:
parent
bbabf652f8
commit
f8abd0cc1d
|
@ -82,7 +82,6 @@ dialplans/mod_dialplan_xml
|
|||
#endpoints/mod_dingaling
|
||||
#endpoints/mod_gsmopen
|
||||
#endpoints/mod_h323
|
||||
#endpoints/mod_html5
|
||||
#endpoints/mod_khomp
|
||||
endpoints/mod_loopback
|
||||
#endpoints/mod_opal
|
||||
|
@ -152,4 +151,4 @@ xml_int/mod_xml_scgi
|
|||
#../../libs/openzap/mod_openzap
|
||||
|
||||
## Experimental Modules (don't cry if they're broken)
|
||||
#../../contrib/mod/xml_int/mod_xml_odbc
|
||||
#../../contrib/mod/xml_int/mod_xml_odbc
|
||||
|
|
|
@ -395,10 +395,6 @@ Description: mod_h323
|
|||
Adds mod_h323.
|
||||
Build-Depends: libopenh323-dev | libh323plus-dev, libpt-dev
|
||||
|
||||
Module: endpoints/mod_html5
|
||||
Description: HTML5 endpoint module
|
||||
This module adds support for HTML5 technologies such as WebRTC.
|
||||
|
||||
Module: endpoints/mod_khomp
|
||||
Description: mod_khomp
|
||||
Adds mod_khomp.
|
||||
|
|
|
@ -1765,7 +1765,6 @@ License: GPL-2+
|
|||
Files: src/mod/endpoints/mod_rtmp/rtmp.c
|
||||
src/mod/endpoints/mod_rtmp/mod_rtmp.[ch]
|
||||
src/mod/endpoints/mod_rtmp/rtmp_sig.c
|
||||
src/mod/endpoints/mod_html5/mod_html5.c
|
||||
src/mod/endpoints/mod_rtmp/rtmp_tcp.c
|
||||
Copyright: 2011-2012, Barracuda Networks Inc.
|
||||
License: MPL-1.1
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
/codecs/mod_vp8/Makefile
|
||||
/dialplans/mod_dialplan_asterisk/Makefile
|
||||
/dialplans/mod_dialplan_xml/Makefile
|
||||
/endpoints/mod_html5/mod_html5.log
|
||||
/endpoints/mod_portaudio/Makefile
|
||||
/endpoints/mod_portaudio/Makefile.in
|
||||
/endpoints/mod_portaudio/mod_portaudio.log
|
||||
|
@ -49,8 +48,6 @@
|
|||
/endpoints/mod_sofia/Makefile
|
||||
/endpoints/mod_sofia/Makefile.in
|
||||
/endpoints/mod_sofia/mod_sofia.log
|
||||
/endpoints/mod_html5/Makefile
|
||||
/endpoints/mod_html5/Makefile.in
|
||||
/event_handlers/mod_erlang_event/Makefile
|
||||
/event_handlers/mod_event_socket/Makefile
|
||||
/formats/mod_native_file/Makefile
|
||||
|
|
Loading…
Reference in New Issue