diff allformats.c @ 6398:8775d4c0e991 libavformat

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 c2e5016e2b4e
children eb68008daac2
line wrap: on
line diff
--- a/allformats.c	Mon Aug 23 11:47:50 2010 +0000
+++ b/allformats.c	Mon Aug 23 11:52:34 2010 +0000
@@ -47,6 +47,7 @@
     avcodec_register_all();
 
     /* (de)muxers */
+    REGISTER_MUXER    (A64, a64);
     REGISTER_DEMUXER  (AAC, aac);
     REGISTER_MUXDEMUX (AC3, ac3);
     REGISTER_MUXER    (ADTS, adts);