[FFmpeg-cvslog] r17379 - in trunk/libavformat: Makefile rtsp.h
rbultje
subversion
Mon Feb 16 17:24:03 CET 2009
Author: rbultje
Date: Mon Feb 16 17:24:01 2009
New Revision: 17379
Log:
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.
Modified:
trunk/libavformat/Makefile
trunk/libavformat/rtsp.h
Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile Mon Feb 16 17:14:34 2009 (r17378)
+++ trunk/libavformat/Makefile Mon Feb 16 17:24:01 2009 (r17379)
@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
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
Modified: trunk/libavformat/rtsp.h
==============================================================================
--- trunk/libavformat/rtsp.h Mon Feb 16 17:14:34 2009 (r17378)
+++ trunk/libavformat/rtsp.h Mon Feb 16 17:24:01 2009 (r17379)
@@ -31,9 +31,6 @@ enum RTSPLowerTransport {
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
};
More information about the ffmpeg-cvslog
mailing list