summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorAdam Thayer <krevnik@comcast.net>2004-07-16 19:48:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-07-16 19:48:30 +0000
commit1ddadfa9e3caa6266783688741fea7a4e9321930 (patch)
treeecfb601f3854a84e565452c8706ef835fc27afcf /libavcodec/allcodecs.c
parent6cfe51d9dab860515bf1bb6fb703dd5bddeeb4e7 (diff)
XviD Support patch by (Adam Thayer <krevnik at comcast dot net>)
Originally committed as revision 3325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 4454a86197..08414a27db 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -52,6 +52,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_FAAC
register_avcodec(&faac_encoder);
#endif
+#ifdef CONFIG_XVID
+ register_avcodec(&xvid_encoder);
+#endif
register_avcodec(&mpeg1video_encoder);
// register_avcodec(&h264_encoder);
#ifdef CONFIG_RISKY