Browse Source

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
tags/v0.5
Luca Abeni 18 years ago
parent
commit
cd4f256754
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/Makefile

+ 1
- 1
libavformat/Makefile View File

@@ -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