diff allcodecs.c @ 12403:62e41fdef734 libavcodec

enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system
author bindhammer
date Mon, 23 Aug 2010 11:52:34 +0000
parents bf51ca1aafb8
children 5942c42c44e5
line wrap: on
line diff
--- a/allcodecs.c	Mon Aug 23 11:51:04 2010 +0000
+++ b/allcodecs.c	Mon Aug 23 11:52:34 2010 +0000
@@ -66,6 +66,8 @@
     REGISTER_HWACCEL (WMV3_VAAPI, wmv3_vaapi);
 
     /* video codecs */
+    REGISTER_ENCODER (A64MULTI, a64multi);
+    REGISTER_ENCODER (A64MULTI5, a64multi5);
     REGISTER_DECODER (AASC, aasc);
     REGISTER_DECODER (AMV, amv);
     REGISTER_DECODER (ANM, anm);