From: lucabe Date: Fri, 11 Jan 2008 12:24:46 +0000 (+0000) Subject: Do not install rtp.h (which should have never been part of the public API) X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/commitdiff_plain/2bc5fa3727d01374f85575d241161a811c5fc5e4 Do not install rtp.h (which should have never been part of the public API) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11505 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- diff --git a/libavformat/Makefile b/libavformat/Makefile index 6f116ecc2..1d95a4c61 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