# HG changeset patch # User rbultje # Date 1234801441 0 # Node ID 801405a292eb767143928b3070a8e5b556a2c32c # Parent e6caa2faebb33b75da1bffa825c60e4e6b3279c6 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. diff -r e6caa2faebb3 -r 801405a292eb Makefile --- 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 diff -r e6caa2faebb3 -r 801405a292eb rtsp.h --- 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 };