[MPlayer-dev-eng] [PATCH] some stream_dvb cleanup

Aurelien Jacobs aurel at gnuage.org
Sun Dec 3 18:13:58 CET 2006


Hi,

The index() function is deprecated and require #include <strings.h>.
stream_dvb.c don't include strings.h and uses index().
The first patch fix this by replacing index() with strchr().

The second patch remove some headers included twice.

They are quite straightforward so I will apply soon.

Aurel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dvb_index.diff
Type: text/x-diff
Size: 357 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20061203/1e68bc5f/attachment.diff>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dvb_include.diff
Type: text/x-diff
Size: 374 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20061203/1e68bc5f/attachment-0001.diff>


More information about the MPlayer-dev-eng mailing list