[vlc-devel] [PATCH 0/4] Various fixes

davidf+nntp at woaf.net davidf+nntp at woaf.net
Fri Apr 10 14:52:57 CEST 2009


From: David Flynn <davidf at rd.bbc.co.uk>

Various fixes.

avaliable from:
  git://repo.or.cz/vlc/davidf-public.git df-daily-20090410

Viewable via gitweb at:
  http://repo.or.cz/w/vlc/davidf-public.git?a=shortlog;h=refs/heads/df-daily-20090410

To test:
  $ git fetch git://repo.or.cz/vlc/davidf-public.git df-daily-20090410
  $ git checkout FETCH_HEAD

To verify the contents of the branch:
  (assuming git fetch has occured)
  $ git log ^origin/master FETCH_HEAD

My advice is not to pull this branch, without checking the above; and then
to do:
  $ git checkout -b your-candidate-branch origin/master
  for each commit you like:
  do
    $ git cherry-pick -s <commitid>
  done

David Flynn (4):
  contrib: fix building static liboil
  Revert "Revert "win32: remove old attempts to define snprintf
    _snprintf""
  win32: Fix *printf & require mingw32-runtime version > 3.13
  win32: delete old *printf fixup code.

 configure.ac                                     |   18 ++
 extras/contrib/bootstrap                         |    6 +-
 extras/contrib/src/Makefile                      |    1 +
 extras/contrib/src/Patches/liboil-noshared.patch |  100 +++++++++++
 include/vlc_common.h                             |    8 -
 include/vlc_fixups.h                             |  197 ++--------------------
 6 files changed, 137 insertions(+), 193 deletions(-)
 create mode 100644 extras/contrib/src/Patches/liboil-noshared.patch




More information about the vlc-devel mailing list