Search:
Login
Preferences
Help/Guide
About Trac
Register
Forgot your password?
Wiki
Timeline
View Tickets
Search
Tags
Context Navigation
Back to Ticket #1467
Ticket #1467
: demux_mkv.c_gcc-4.4.patch
File demux_mkv.c_gcc-4.4.patch,
120 bytes
(added by
rjquesada@…
,
17 years ago
)
Patch for libmpdemux/demux_mkv.c to get it to work with gcc 4.4
Line
1
2795c2795,2796
2
< uint8_t *block = NULL;
3
---
4
> uint8_t *block = malloc(0);
5
> block = NULL;
Download in other formats:
Original Format