[vlc-devel] [PATCH 1/3] Move mime type guessing by extension to separate module.

Angelo Haller vlc-devel at szanni.org
Tue Jul 31 14:34:02 CEST 2012


---
 .../cmake/CMakeLists/src_CMakeLists.txt            |   1 +
 include/vlc_mime.h                                 |  31 ++++++
 src/Makefile.am                                    |   2 +
 src/libvlccore.sym                                 |   1 +
 src/misc/mime.c                                    | 107 +++++++++++++++++++++
 src/network/httpd.c                                |  80 +--------------
 6 files changed, 145 insertions(+), 77 deletions(-)
 create mode 100644 include/vlc_mime.h
 create mode 100644 src/misc/mime.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Move-mime-type-guessing-by-extension-to-separate-mod.patch
Type: text/x-patch
Size: 9177 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20120731/36e661b0/attachment.bin>


More information about the vlc-devel mailing list