summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorTobias Bindhammer <tobias.bindhammer@uni-ulm.de>2010-08-23 11:52:34 +0000
committerTobias Bindhammer <tobias.bindhammer@uni-ulm.de>2010-08-23 11:52:34 +0000
commitb7cf4e4f5552cb6c55166a2d53204c5a737ecd08 (patch)
tree63139b0917548de7c6e06096a28119cd7cb94330 /libavformat/Makefile
parent40c5ee990376abc56149b218b3d0873a638b4a6a (diff)
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
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
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