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

davidf+nntp at woaf.net davidf+nntp at woaf.net
Thu Mar 26 15:22:27 CET 2009


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

Various fixes avaliable from:
  git://repo.or.cz/vlc/davidf-public.git df-fixes-20090326

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

To test:
  $ git fetch git://repo.or.cz/vlc/davidf-public.git df-fixes-20090326
  $ 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

The win32 fixes have the following comment:
 0923Z < linkfanel> df_: it works on WinCE

David Flynn (5):
  contrib: part of x264 win32 patch is now in upstream
  contrib: update ffmpeg win32 configure patch against current svn
  build: Add CONTRIB_DIR variable, default is extras/contrib
  win32: fix %zu fixups - dont use mingw's vsnprintf
  win32: vlc_fix_format_string - various fixes

 configure.ac                                      |   57 ++++++-----
 extras/contrib/src/Patches/ffmpeg-svn-win32.patch |   14 ++--
 extras/contrib/src/Patches/x264-svn-win32.patch   |   31 ------
 include/vlc_fixups.h                              |  108 +++++++++++----------
 4 files changed, 96 insertions(+), 114 deletions(-)




More information about the vlc-devel mailing list