]> git.sesse.net Git - vlc/commit
Move mime type guessing by extension to separate file and export it
authorAngelo Haller <vlc-devel@szanni.org>
Tue, 28 Aug 2012 16:07:06 +0000 (18:07 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 28 Aug 2012 17:06:04 +0000 (19:06 +0200)
commit0df51d03d9f74d295434071006238e8ca9e53e64
treea56ba8e23896f10e2bcefe807f34b16abb90cc09
parent1cbac3d8718c2fbcb6b3af45728aa0a6edcb8be9
Move mime type guessing by extension to separate file and export it

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
extras/buildsystem/cmake/CMakeLists/src_CMakeLists.txt
include/vlc_mime.h [new file with mode: 0644]
src/Makefile.am
src/libvlccore.sym
src/misc/mime.c [new file with mode: 0644]
src/network/httpd.c