diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-08-04 14:10:54 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-08-06 11:02:35 +0200 |
commit | 3dd5c95deef51d7fbf6f4458ba42d1335d2f1472 (patch) | |
tree | ab11576a340d79282165f05e86d2f1abe3aa8835 /libavformat/Makefile | |
parent | fcc455ff2e11ed04603aead1984a92ac3a4be226 (diff) | |
download | ffmpeg-streaming-3dd5c95deef51d7fbf6f4458ba42d1335d2f1472.zip ffmpeg-streaming-3dd5c95deef51d7fbf6f4458ba42d1335d2f1472.tar.gz |
riff: Move muxing 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 9624aec..a68f606 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -24,6 +24,7 @@ OBJS = allformats.o \ utils.o \ OBJS-$(CONFIG_NETWORK) += network.o +OBJS-$(CONFIG_RIFFENC) += riffenc.o OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtp.o \ rtpdec.o \ |