From cd4f256754f6d4edfd9dd2837462e631d5e849fc Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Fri, 11 Jan 2008 12:24:46 +0000 Subject: Do not install rtp.h (which should have never been part of the public API) Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 6f116ecc26..1d95a4c615 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -8,7 +8,7 @@ CFLAGS += -I$(SRC_PATH)/libavcodec OBJS = allformats.o cutils.o os_support.o sdp.o utils.o -HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h +HEADERS = avformat.h avio.h rtsp.h rtspcodes.h # muxers/demuxers OBJS-$(CONFIG_AAC_DEMUXER) += raw.o -- cgit v1.2.3