diff options
author | scop <scop> | 2005-04-30 11:28:23 +0000 |
---|---|---|
committer | scop <scop> | 2005-04-30 11:28:23 +0000 |
commit | c4a283f663bd94cd83171a283454c42c378042ea (patch) | |
tree | d207cf12fe42a5ea39083756694a330c1b7e53a3 /HISTORY | |
parent | 736a6013a596f9163f787f5ab2ab76bd02fdd8fc (diff) | |
download | vdr-plugin-dxr3-c4a283f663bd94cd83171a283454c42c378042ea.tar.gz vdr-plugin-dxr3-c4a283f663bd94cd83171a283454c42c378042ea.tar.bz2 |
Fix cpuid on AMD64 (Jon Burgess, newer ffmpeg).
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -286,7 +286,8 @@ NOTE: I havent found time to include all of the languages, will be done in pre2 - avoid hang in pause mode with VDR >= 1.3.18 (Luca Olivetti) - avoid high CPU usage in pause mode (Luca Olivetti, Klaus Schmidinger) - improved GetSTC(): fixes DVB subtitles sync problems (Mikko Tuumanen) -- fix compilation with -fPIC, kudos to ffmpeg (Ville Skyttä) +- fix PIC and AMD64 problems in the cpuid code, kudos to ffmpeg + (Ville Skyttä, Jon Burgess) - eliminate some compiler warnings (Ville Skyttä) - set aspect ratio and audio mode to unknown when releasing devices, fixes the setup eg. after returning from the MPlayer plugin |