From e4053d526b6aff298e7778cc23c99c80eb3c4949 Mon Sep 17 00:00:00 2001 From: Konstantin Andreyev Date: Sat, 6 Mar 2004 11:07:37 +0000 Subject: [PATCH] forgot to commit from patch by (Konstantin Andreyev ) Originally committed as revision 2853 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/Makefile b/libavformat/Makefile index 7c46573fe2..a20a7eb764 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -20,6 +20,7 @@ OBJS+=mpeg.o mpegts.o mpegtsenc.o ffm.o crc.o img.o raw.o rm.o \ ifeq ($(CONFIG_RISKY),yes) OBJS+= asf.o +OBJS+= asf-enc.o endif ifeq ($(AMR_NB),yes)