[vlc-devel] [PATCH 00/12] Allow VLC to be built with MSVC - First batch
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Thu Oct 23 12:17:40 CEST 2014
Hi,
In order to make VLC available for WindowsRT, I've been working on having VLC to build with MSVC.
This patchset is a first batch, which shouldn't be too controversial.
Please comment/review/troll :)
Regards,
Hugo Beauzée-Luyssen (12):
dash: Remove unrequired (and invalid on some compiler) namespace
mmdevice: Use BOOL rather than WINBOOL
modules: Remove use of gcc specific conditionals with omitted operands
configure.ac: Fix aribb check
rc: Fix invalid returned value
mft: Provide the library that contains some of the uuids we're using
yadif: Remove duplicated const
contribs: bluray: Fix xml2 option name
contrib: bluray: Remove deleted switch
contribs: ffmpeg/libav: Properly pass NM/AR env variables
winvlc: Fix function pointer cast syntax
configure.ac: Do not generate invalid pragmas on MSVC
bin/winvlc.c | 4 ++--
configure.ac | 11 ++++++++---
contrib/src/bluray/rules.mak | 3 +--
contrib/src/ffmpeg/rules.mak | 8 ++++++++
modules/audio_output/mmdevice.c | 2 +-
modules/codec/Makefile.am | 2 +-
modules/codec/avcodec/video.c | 2 +-
modules/codec/dmo/dmo.c | 10 +++++-----
modules/control/rc.c | 2 +-
modules/stream_filter/dash/http/HTTPConnectionManager.cpp | 2 +-
modules/video_filter/deinterlace/yadif.h | 4 ++--
11 files changed, 31 insertions(+), 19 deletions(-)
--
2.1.1
More information about the vlc-devel
mailing list