summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2013-01-04 19:52:57 +0000
committerPaul B Mahol <onemda@gmail.com>2013-01-04 19:52:57 +0000
commitf2214c622458dc9963f775a9406174c994328405 (patch)
tree9486c1c2f95c77fe5b5ae2705eba43018a01563f /libavformat/Makefile
parentd885cc41e526284a1534e8c689175fe6ffba60e0 (diff)
downloadffmpeg-f2214c622458dc9963f775a9406174c994328405.tar.gz
au: use ff_raw_write_packet()
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 2266dee72a..a857178b0c 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -75,7 +75,7 @@ OBJS-$(CONFIG_ASS_MUXER) += assenc.o
OBJS-$(CONFIG_AST_DEMUXER) += ast.o astdec.o
OBJS-$(CONFIG_AST_MUXER) += ast.o astenc.o
OBJS-$(CONFIG_AU_DEMUXER) += au.o pcm.o
-OBJS-$(CONFIG_AU_MUXER) += au.o
+OBJS-$(CONFIG_AU_MUXER) += au.o rawenc.o
OBJS-$(CONFIG_AVI_DEMUXER) += avidec.o
OBJS-$(CONFIG_AVI_MUXER) += avienc.o
OBJS-$(CONFIG_AVISYNTH) += avisynth.o