dlna: introduce a dlna lower layer
authorLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Fri, 17 Jan 2014 12:21:19 +0000 (10:21 -0200)
committerLeandro Dorileo <leandro.maciel.dorileo@intel.com>
Wed, 29 Jan 2014 11:45:40 +0000 (09:45 -0200)
commita9ede073cde2bbb26f74e04786c55ca93bbaa540
tree194c3275af6e50347c17ea7286a5275cb8e4eb6d
parenta94169d9634a6fcb07a24b71738e58eb57fcc22e
dlna: introduce a dlna lower layer

A small change on how the dlna profile and mime are defined, now LMS
knows about the rules and aplies it wherever possible.

In the next patches we make use of it.
src/lib/Makefile.am
src/lib/lightmediascanner_dlna.c [new file with mode: 0644]
src/lib/lightmediascanner_dlna.h [new file with mode: 0644]
src/lib/lightmediascanner_dlna_rules.c [new file with mode: 0644]
src/lib/lightmediascanner_utils.h