[FFmpeg-devel] [PATCH] RTMPE support
Howard Chu
hyc
Fri Mar 26 03:51:27 CET 2010
Howard Chu wrote:
> Howard Chu wrote:
>> M?ns Rullg?rd wrote:
>>> If shared libs are used there is no problem. Those who insist on
>>> using static libs can pass extra linker flags as needed.
>>
>> OK, then that makes things much simpler, we just need "-lrtmp" here.
>
> Dropped pkg-config, renamed rtmp2.c to librtmp.c
> Index: libavformat/librtmp.c
> ===================================================================
> --- libavformat/librtmp.c (revision 0)
> +++ libavformat/librtmp.c (revision 0)
> @@ -0,0 +1,312 @@
> +/*
> + * RTMP network protocol
> + * Copyright (c) 2010 Howard Chu
> + *
> + * This file is part of FFmpeg.
> + *
> + * FFmpeg is free software; you can redistribute it and/or
> + * modify it under the terms of the GNU Lesser General Public
> + * License as published by the Free Software Foundation; either
> + * version 2.1 of the License, or (at your option) any later version.
> + *
> + * FFmpeg is distributed in the hope that it will be useful,
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with FFmpeg; if not, write to the Free Software
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> + */
> +
> +/**
> + * @file libavformat/rtmp2.c
> + * RTMP protocol
> + */
Forgot to fix the filename in this comment.
--
-- Howard Chu
CTO, Symas Corp. http://www.symas.com
Director, Highland Sun http://highlandsun.com/hyc/
Chief Architect, OpenLDAP http://www.openldap.org/project/
More information about the ffmpeg-devel
mailing list