summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-06-11 16:05:32 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-06-11 16:05:32 +0000
commit0c33dac2368f1eaa6385accd854047d7ec5a9619 (patch)
tree8aaadeeab8b1f09d5ec751ba87662c7bca7c7db3 /libavcodec/allcodecs.c
parent819f3ab6f5ac7d24abd43d54763d1056cc36d865 (diff)
move codecs declarations from avcodec.h to allcodecs.h
Originally committed as revision 9283 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 65a0fa4967..250561afb2 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -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)