From 255d9c570e117f0fcb8e51fa2c5996f3c4b2052b Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 4 Aug 2013 14:33:36 +0200 Subject: riff: Move demuxing code to a separate file. --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index a68f6061f3..5e2dd2a540 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -24,6 +24,7 @@ OBJS = allformats.o \ utils.o \ OBJS-$(CONFIG_NETWORK) += network.o +OBJS-$(CONFIG_RIFFDEC) += riffdec.o OBJS-$(CONFIG_RIFFENC) += riffenc.o OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtp.o \ -- cgit v1.2.3