Mercurial > libavcodec.hg
diff allcodecs.c @ 5124:5f9cbdd466fe libavcodec
move codecs declarations from avcodec.h to allcodecs.h
| author | aurel |
|---|---|
| date | Mon, 11 Jun 2007 16:05:32 +0000 |
| parents | 1deb3e53da27 |
| children | f3873cd7f473 |
line wrap: on
line diff
--- a/allcodecs.c Mon Jun 11 08:00:31 2007 +0000 +++ b/allcodecs.c Mon Jun 11 16:05:32 2007 +0000 @@ -24,7 +24,7 @@ * Provides registration of all codecs, parsers and bitstream filters for libavcodec. */ -#include "avcodec.h" +#include "allcodecs.h" #define REGISTER_ENCODER(X,x) \ if(ENABLE_##X##_ENCODER) register_avcodec(&x##_encoder)
