# HG changeset patch # User stefano # Date 1239641237 0 # Node ID e806d2145e72ef19f5734f334329e22258ecc2cd # Parent 017b81b285f4bc6cbe7a71e50f2fa5445e18df11 Do not use full include path for get_bits.h, since the header is in the same directory. Consistent with r16260. diff -r 017b81b285f4 -r e806d2145e72 pixdesc.h --- a/pixdesc.h Mon Apr 13 16:23:54 2009 +0000 +++ b/pixdesc.h Mon Apr 13 16:47:17 2009 +0000 @@ -22,7 +22,7 @@ #include #include "libavutil/intreadwrite.h" -#include "libavcodec/get_bits.h" +#include "get_bits.h" typedef struct AVComponentDescriptor{ uint16_t plane :2; ///< which of the 4 planes contains the component