diff options
author | Luca Abeni <lucabe72@email.it> | 2007-07-26 22:34:26 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2007-07-26 22:34:26 +0000 |
commit | c5388c07841280e0c8b6828b56c538d784aa0f1a (patch) | |
tree | 496738c72d9e514d0f62961bc5ed518251808197 /libavformat/Makefile | |
parent | 0eb7d7806637fcc379d2d4936123bcb415b495f9 (diff) | |
download | ffmpeg-c5388c07841280e0c8b6828b56c538d784aa0f1a.tar.gz |
Introduce an SDP generator
Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index bd1a234c9c..01e4edcb53 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -6,7 +6,7 @@ include ../config.mak CFLAGS+=-I$(SRC_PATH)/libavcodec -OBJS= utils.o cutils.o os_support.o allformats.o +OBJS= utils.o cutils.o os_support.o allformats.o sdp.o HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h |