diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-09-26 23:02:41 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-09-26 23:02:41 +0000 |
commit | 1668a40fef87bed148e027c1adccd9f1a1bd04b9 (patch) | |
tree | 96f5a7ed632ac3cf42fe8ba72b0254b6e23858fa | |
parent | 9025bf7cc003e8e9981eaf2adc4c614d9bca765c (diff) | |
download | xine-lib-1668a40fef87bed148e027c1adccd9f1a1bd04b9.tar.gz xine-lib-1668a40fef87bed148e027c1adccd9f1a1bd04b9.tar.bz2 |
- finalize headers refactoring needed for MSVC frontends (and for other
poor platforms, of course)
- fix a bug in generated xine-config for WIN32 and make it relocateable
under Windows
- MSVC port: update, fix some warnings, remove old unneeded files
- improve function for getting runtime directory, it will need next fix
yet (bug probably due to active volume drives)
CVS patchset: 7002
CVS date: 2004/09/26 23:02:41
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ - * build system improvements: replacement functions, better work with headers + * Build system improvements: replacement functions, better work with headers * Set the codec name for Real Media even if we can't play the files * Fix win32 playback on recent versions of Linux * Added cropping capability to some video_out drivers (Xv, XvMC, vidix). @@ -6,6 +6,7 @@ * Fixed displaying of mpeg2 files where width/height is not a multiple of 16 (these files required cropping after decoding) * Fix crashes with some input plugins when no audio output was available + * Windows ports updates and cleanups xine-lib (1-rc6) * Moved win32 frontend into separate module. |