Mercurial > libavformat.hg
changeset 4512:801405a292eb libavformat
Don't install rtsp.h. It is intended to be private, it depends on rtp code
which isn't installed anyway (so it doesn't work).
In the process, also remove public/private API comments from rtsp headers
because they are unnecessary.
author | rbultje |
---|---|
date | Mon, 16 Feb 2009 16:24:01 +0000 |
parents | e6caa2faebb3 |
children | 19a64ec3c46f |
files | Makefile rtsp.h |
diffstat | 2 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Feb 16 16:12:23 2009 +0000 +++ b/Makefile Mon Feb 16 16:24:01 2009 +0000 @@ -3,7 +3,7 @@ NAME = avformat FFLIBS = avcodec avutil -HEADERS = avformat.h avio.h rtsp.h rtspcodes.h +HEADERS = avformat.h avio.h OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o
--- a/rtsp.h Mon Feb 16 16:12:23 2009 +0000 +++ b/rtsp.h Mon Feb 16 16:24:01 2009 +0000 @@ -31,9 +31,6 @@ RTSP_LOWER_TRANSPORT_UDP = 0, RTSP_LOWER_TRANSPORT_TCP = 1, RTSP_LOWER_TRANSPORT_UDP_MULTICAST = 2, - /** - * This is not part of public API and shouldn't be used outside of ffmpeg. - */ RTSP_LOWER_TRANSPORT_LAST };