File avifile-64bit-portability-issue.patch of Package avifile
Index: avifile-0.7-0.7.45/drivers/vidix/drivers/radeon_vid.c
===================================================================
--- avifile-0.7-0.7.45.orig/drivers/vidix/drivers/radeon_vid.c
+++ avifile-0.7-0.7.45/drivers/vidix/drivers/radeon_vid.c
@@ -2975,7 +2975,7 @@ int VIDIX_NAME(vixConfigPlayback)(vidix_
Note: probably it's ont good idea to locate them in video memory
but as initial release it's OK */
radeon_video_size -= radeon_ram_size * sizeof(bm_list_descriptor) / 4096;
- radeon_dma_desc_base = pci_info.base0 + radeon_video_size;
+ radeon_dma_desc_base = (void*)(pci_info.base0 + radeon_video_size);
}
#endif
for(;nfr>0; nfr--)