diff options
author | Luca Abeni <lucabe72@email.it> | 2008-01-11 12:24:46 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2008-01-11 12:24:46 +0000 |
commit | cd4f256754f6d4edfd9dd2837462e631d5e849fc (patch) | |
tree | 4b012cc94ab450a9a654bccb729ea77debbba6cb /libavformat | |
parent | 28748a912887bb1799f5fafb587a03e051f11201 (diff) | |
download | ffmpeg-cd4f256754f6d4edfd9dd2837462e631d5e849fc.tar.gz |
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
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |