From b7cf4e4f5552cb6c55166a2d53204c5a737ecd08 Mon Sep 17 00:00:00 2001 From: Tobias Bindhammer Date: Mon, 23 Aug 2010 11:52:34 +0000 Subject: enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index ab260a1bc5..5c1aaac8f8 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -16,6 +16,7 @@ OBJS = allformats.o \ utils.o \ # muxers/demuxers +OBJS-$(CONFIG_A64_MUXER) += a64.o OBJS-$(CONFIG_AAC_DEMUXER) += raw.o id3v1.o id3v2.o OBJS-$(CONFIG_AC3_DEMUXER) += raw.o OBJS-$(CONFIG_AC3_MUXER) += raw.o -- cgit v1.2.3