[FFmpeg-devel] Unix "fileno" libavformat module
Diego Biurrun
diego
Tue Jul 10 18:02:54 CEST 2007
On Tue, Jul 10, 2007 at 08:10:37AM -0700, William Ahern wrote:
>
> Attached is a proper patch against a checkout from earlier today (by GMT).
> I've added the requested license header and replaced my 8-column aligned
> tabs with 4-column aligned spaces (*shudder*). The altered build and header
> files are included, as well.
>
> --- ffmpeg/libavformat/Makefile (revision 1323)
> +++ ffmpeg/libavformat/Makefile (revision 1326)
> @@ -169,6 +169,7 @@
> OBJS-$(CONFIG_RTP_PROTOCOL) += rtpproto.o
> OBJS-$(CONFIG_TCP_PROTOCOL) += tcp.o
> OBJS-$(CONFIG_UDP_PROTOCOL) += udp.o
> +OBJS-$(CONFIG_FILENO_PROTOCOL) += fileno.o
This needs to be in alphabetical order.
> --- ffmpeg/libavformat/allformats.c (revision 1323)
> +++ ffmpeg/libavformat/allformats.c (revision 1326)
> @@ -172,4 +172,5 @@
> REGISTER_PROTOCOL(RTP, rtp);
> REGISTER_PROTOCOL(TCP, tcp);
> REGISTER_PROTOCOL(UDP, udp);
> + REGISTER_PROTOCOL(FILENO, fileno);
ditto
Diego
More information about the ffmpeg-devel
mailing list