summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-12-17 15:23:13 +0100
committerAnton Khirnov <anton@khirnov.net>2011-12-18 16:17:39 +0100
commitee20b332c872b48cbcf914a2b4adc52aa3e94175 (patch)
tree096f00e5e7bbcce99aa3bae59bb0f5972c64eaa3 /libavformat/Makefile
parent08f7af0c379d9eaa931a93e6e733879237be054d (diff)
downloadffmpeg-streaming-ee20b332c872b48cbcf914a2b4adc52aa3e94175.zip
ffmpeg-streaming-ee20b332c872b48cbcf914a2b4adc52aa3e94175.tar.gz
omadec: split data that will be used in the muxer to a separate file.
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 fe59723..aa15b7e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -178,7 +178,7 @@ OBJS-$(CONFIG_OGG_DEMUXER) += oggdec.o \
vorbiscomment.o
OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \
vorbiscomment.o
-OBJS-$(CONFIG_OMA_DEMUXER) += omadec.o pcm.o
+OBJS-$(CONFIG_OMA_DEMUXER) += omadec.o pcm.o oma.o
OBJS-$(CONFIG_PCM_ALAW_DEMUXER) += pcmdec.o pcm.o rawdec.o
OBJS-$(CONFIG_PCM_ALAW_MUXER) += pcmenc.o rawenc.o
OBJS-$(CONFIG_PCM_F32BE_DEMUXER) += pcmdec.o pcm.o rawdec.o
OpenPOWER on IntegriCloud