From c5388c07841280e0c8b6828b56c538d784aa0f1a Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Thu, 26 Jul 2007 22:34:26 +0000 Subject: Introduce an SDP generator Originally committed as revision 9806 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/Makefile') 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 -- cgit v1.2.3