make docs now works (needs doxygen installed), added documentation to a LOT of stuff, refactored most utility functions, complete rewrites of DDV sockets and the FLV parsers, updated HTTP_Box_Parser and Connector_HTTP to be able to cope with these new changes - Connector_RTMP, Buffer and Connector_RAW are currently broken. Need to be fixed ASAP.
This commit is contained in:
parent
1ea85a27df
commit
cc78697ba2
19 changed files with 1470 additions and 918 deletions
3
Makefile
3
Makefile
|
@ -1,4 +1,5 @@
|
|||
default: client-install
|
||||
.PHONY: client client-clean clean client-install docs
|
||||
|
||||
client:
|
||||
cd Connector_HTTP; $(MAKE)
|
||||
|
@ -16,4 +17,6 @@ client-install: client-clean client
|
|||
cd Connector_HTTP; $(MAKE) install
|
||||
cd Connector_RAW; $(MAKE) install
|
||||
cd Buffer; $(MAKE) install
|
||||
docs:
|
||||
doxygen ./Doxyfile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue