[MPlayer-dev-eng] [PATCH] Fix useless dependencies in the stream lib

Alban Bedel albeu at free.fr
Mon Apr 7 14:33:55 CEST 2008


Hi all,

recently Diego asked me if I could take a look at fixing compilation of
the netstream server (in fact under threat of simply rm'ing it). As part
of this a few useless dependencies in the stream lib must be fixed.

The first patch fix a runtime dependency on libmpdemux. This one is
essential to use the stream lib "standalone".

The second one fix the dependency on input, removing the necessity for
the user code to provide a mp_input_check_interrupt() function. This is
not essential but make things a bit cleaner IMHO.

	Albeu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stream_asfguid.diff
Type: application/octet-stream
Size: 8901 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20080407/e51e364e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stream_interrupt.diff
Type: application/octet-stream
Size: 3181 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20080407/e51e364e/attachment-0001.obj>


More information about the MPlayer-dev-eng mailing list