aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2009-02-16 16:24:01 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2009-02-16 16:24:01 +0000
commit3b0fc60592e950d528724d577ce075c2e78cb350 (patch)
tree4c924c081a8b37228a5b7612fed6cbf9f385673c /libavformat/Makefile
parent49a06a4d25a47c4a99c0714a2a5e17282ec00c1b (diff)
downloadffmpeg-3b0fc60592e950d528724d577ce075c2e78cb350.tar.gz
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. Originally committed as revision 17379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index e79860c937..110a047bbe 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -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