diff Makefile @ 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 1842e64fe89a
children aaf07b2acb3c
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