[vlc-devel] [PATCH] Seek only if necessary and a few small changes
Rafaël Carré
funman at videolan.org
Sat Jan 21 03:40:36 CET 2012
Le 2012-01-20 20:47, Tobias Güntner a écrit :
> Hello!
> The other patches should be self-explanatory.
Typo patch applied, thanks
For the unneeded headers I don't agree with at least video_output.c
This file uses free() and man 3 free says it's declared in stdlib.h
If another header includes stdlib.h then the build will fail when that
other header is changed.
I didn't check the qt4 headers but they might have the same problem
More information about the vlc-devel
mailing list