[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)

Aurelien Jacobs aurel
Sat Dec 29 20:19:29 CET 2007


On Sat, 29 Dec 2007 13:02:45 -0500
"Ronald S. Bultje" <rsbultje at gmail.com> wrote:

> Hi,
> 
> On Dec 28, 2007 4:57 PM, Aurelien Jacobs <aurel at gnuage.org> wrote:
> 
> > On Fri, 28 Dec 2007 16:19:55 -0500
> > "Ronald S. Bultje" <rsbultje at gmail.com> wrote:
> >
> > > Index: ffmpeg/libavformat/Makefile.am
> > > ===================================================================
> > > --- ffmpeg.orig/libavformat/Makefile.am       2007-12-28 14:53:
> > 36.000000000 -0500
> > > +++ ffmpeg/libavformat/Makefile.am    2007-12-28 14:57:37.000000000-0500
> > > @@ -50,6 +50,7 @@
> > >       rtp_aac.c \
> > >       rtp_h264.c \
> > >       rtp_mpv.c \
> > > +     rtp_rm.c \
> > >       sdp.c
> > >  endif
> >
> > There is no such file in ffmpeg svn.
> > You need to add rtp_rm in Makefile (and don't forget to specify its
> > dependency on rmdec.o).
> 
> 
> I have no idea how to do that, the configure/makefile thing is undocumented
> and unfamiliar to me. Maybe someone can help me?

A clean way to enable/disable every dynamic_payload_handler individualy
would be nice (I may give it a try soon), but for now, something like
this should be enough:

-OBJS-$(CONFIG_RTP_MUXER)                 += rtp.o rtp_h264.o rtp_mpv.o rtp_aac.o
+OBJS-$(CONFIG_RTP_MUXER)                 += rtp.o rtp_h264.o rtp_mpv.o rtp_aac.o rtp_rm.o rmdec.o

Aurel




More information about the ffmpeg-devel mailing list