diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-12-26 18:37:58 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-12-26 18:37:58 +0000 |
commit | b591eb0a1886757e521a6d2ffe78bcb149397c55 (patch) | |
tree | 9794f58cf17b965a7e205cfe17663bd52854c580 /ChangeLog | |
parent | d52f151b187a050797a0fd4d5f8ca8653fb9c3c6 (diff) | |
download | xine-lib-b591eb0a1886757e521a6d2ffe78bcb149397c55.tar.gz xine-lib-b591eb0a1886757e521a6d2ffe78bcb149397c55.tar.bz2 |
Win32 mega update:
- external ffmpeg (with some patches) built by MINGW works, wow!
- cleanups (only one definition file for all plugins)
- working release build target
Notes to hybrid MINGW/MSVC build:
- CVS version of ffmpeg is compiled by MINGW (small patch for compilation
ffmpeg under MINGW, second for disabling flush because it crashes under
windows)
- libxine + xineui compiled by MSVC, additional patch into header files
of ffmpeg is needed - export all data with '__declspec(dllimport)'
CVS patchset: 5951
CVS date: 2003/12/26 18:37:58
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ xine-lib (1-rc3a) * deinterlace fixes (detect mpeg1 as progressive and correct handling of top_field_first) * ogg/ogm demuxer fixes for big endian machines + * update win32 port, working ffmpeg decode plugin xine-lib (1-rc3) * fix dvd menu blending when using tvtime plugin (yuy2 blend) |