Mercurial > libavformat.hg
comparison Makefile @ 4512:801405a292eb libavformat
Don't install rtsp.h. It is intended to be private, it depends on rtp code
which isn't installed anyway (so it doesn't work).
In the process, also remove public/private API comments from rtsp headers
because they are unnecessary.
author | rbultje |
---|---|
date | Mon, 16 Feb 2009 16:24:01 +0000 |
parents | 1842e64fe89a |
children | aaf07b2acb3c |
comparison
equal
deleted
inserted
replaced
4511:e6caa2faebb3 | 4512:801405a292eb |
---|---|
1 include $(SUBDIR)../config.mak | 1 include $(SUBDIR)../config.mak |
2 | 2 |
3 NAME = avformat | 3 NAME = avformat |
4 FFLIBS = avcodec avutil | 4 FFLIBS = avcodec avutil |
5 | 5 |
6 HEADERS = avformat.h avio.h rtsp.h rtspcodes.h | 6 HEADERS = avformat.h avio.h |
7 | 7 |
8 OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o | 8 OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o |
9 | 9 |
10 # muxers/demuxers | 10 # muxers/demuxers |
11 OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v2.o | 11 OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v2.o |