diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-04 14:33:36 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-06 11:02:36 +0200 |
commit | 255d9c570e117f0fcb8e51fa2c5996f3c4b2052b (patch) | |
tree | df6f25862c48f306d252448ef646170da8f33240 /libavformat/Makefile | |
parent | 3dd5c95deef51d7fbf6f4458ba42d1335d2f1472 (diff) | |
download | ffmpeg-255d9c570e117f0fcb8e51fa2c5996f3c4b2052b.tar.gz |
riff: Move demuxing code to a separate file.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |