summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-03-17 17:17:25 -0300
committerJames Almer <jamrial@gmail.com>2018-03-17 17:20:25 -0300
commit86c7d8df95c15625ee582254e92f0d494e7d2d9f (patch)
tree7303e46dc57a9761c1b66a16a08dfcbcfa4c17fc /libavformat
parentc51dbc2717203e60788fcb0f711a78b15c76a057 (diff)
avformat/codec2: don't include avcodec objects
They belong in avcodec. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index e64c5b30a1..39ec68c28b 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -133,9 +133,9 @@ OBJS-$(CONFIG_CAVSVIDEO_MUXER) += rawenc.o
OBJS-$(CONFIG_CDG_DEMUXER) += cdg.o
OBJS-$(CONFIG_CDXL_DEMUXER) += cdxl.o
OBJS-$(CONFIG_CINE_DEMUXER) += cinedec.o
-OBJS-$(CONFIG_CODEC2_DEMUXER) += ../libavcodec/codec2utils.o codec2.o rawdec.o pcm.o
-OBJS-$(CONFIG_CODEC2_MUXER) += ../libavcodec/codec2utils.o codec2.o rawenc.o
-OBJS-$(CONFIG_CODEC2RAW_DEMUXER) += ../libavcodec/codec2utils.o codec2.o rawdec.o pcm.o
+OBJS-$(CONFIG_CODEC2_DEMUXER) += codec2.o rawdec.o pcm.o
+OBJS-$(CONFIG_CODEC2_MUXER) += codec2.o rawenc.o
+OBJS-$(CONFIG_CODEC2RAW_DEMUXER) += codec2.o rawdec.o pcm.o
OBJS-$(CONFIG_CODEC2RAW_MUXER) += rawenc.o
OBJS-$(CONFIG_CONCAT_DEMUXER) += concatdec.o
OBJS-$(CONFIG_CRC_MUXER) += crcenc.o