Lots of changes, but notably:
* MiniDLNA can now pass the DLNA Conformance Test! * Dependence on libdlna has been removed, and the ffmpeg libs are used directly. * Lots of unused code has been cleaned up. * File transfers will now be forked off into a new process, so as not to tie up the server when sending data.
This commit is contained in:
@ -68,11 +68,6 @@ genWANIPCn(int * len);
|
||||
char *
|
||||
genWANCfg(int * len);
|
||||
|
||||
#ifdef ENABLE_L3F_SERVICE
|
||||
char *
|
||||
genL3F(int * len);
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_EVENTS
|
||||
char *
|
||||
getVarsContentDirectory(int * len);
|
||||
@ -81,13 +76,7 @@ char *
|
||||
getVarsConnectionManager(int * len);
|
||||
|
||||
char *
|
||||
getVarsWANIPCn(int * len);
|
||||
|
||||
char *
|
||||
getVarsWANCfg(int * len);
|
||||
|
||||
char *
|
||||
getVarsL3F(int * len);
|
||||
getVarsX_MS_MediaReceiverRegistrar(int * len);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user