On 06/07/2011 08:31 AM, Diego Biurrun wrote: > --- > libavcodec/shorten.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c > index 86e981f..993894a 100644 > --- a/libavcodec/shorten.c > +++ b/libavcodec/shorten.c > @@ -26,7 +26,6 @@ > * > */ > > -#define DEBUG > #include <limits.h> > #include "avcodec.h" > #include "get_bits.h"
this file has a commented-out av_dlog(), so either that should be uncommented and #define DEBUG commented-out or both should be removed. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
