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
pull/126/head
Luca Abeni 17 years ago
parent 28748a9128
commit cd4f256754
  1. 2
      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

Loading…
Cancel
Save