aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-06-24 10:20:15 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-06-24 10:20:15 +0000
commit9e96ab03895d2ce48bdd09b544c7f0ab31b247fe (patch)
tree87f1050de3e3a8c973e9e4b3a59f2f6180f71df7 /libavcodec/allcodecs.c
parent9e0db7d5aae31739b5814c5b9df764856a363de8 (diff)
downloadffmpeg-9e96ab03895d2ce48bdd09b544c7f0ab31b247fe.tar.gz
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder
Originally committed as revision 5514 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 693ffb5758..263deff135 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -72,6 +72,9 @@ void avcodec_register_all(void)
register_avcodec(&faac_encoder);
#endif //CONFIG_FAAC_ENCODER
#endif
+#ifdef CONFIG_FLAC_ENCODER
+ register_avcodec(&flac_encoder);
+#endif
#ifdef CONFIG_XVID
#ifdef CONFIG_XVID_ENCODER
register_avcodec(&xvid_encoder);