summaryrefslogtreecommitdiff
path: root/libavformat/gifdec.c
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-10 21:14:37 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-10 21:14:37 +0000
commitff70e60176056daf646109b8e42654a3036fa02b (patch)
tree42e32d1e4bff334964cf93766ff2da6ee9a8f1d3 /libavformat/gifdec.c
parent4cac0d5589ab1a076e977425925015f2c8e591a8 (diff)
allow individual selection of muxers and demuxers
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/gifdec.c')
-rw-r--r--libavformat/gifdec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/gifdec.c b/libavformat/gifdec.c
index b8f19587c5..5e17e3e4d0 100644
--- a/libavformat/gifdec.c
+++ b/libavformat/gifdec.c
@@ -636,5 +636,7 @@ AVImageFormat gif_image_format = {
gif_image_probe,
gif_read,
(1 << PIX_FMT_PAL8),
+#ifdef CONFIG_GIF_MUXER
gif_write,
+#endif
};