# HG changeset patch # User michael # Date 1160767147 0 # Node ID 3e12e3ca0ce38bcd7f8a167473914fc8c462a243 # Parent 8aa2dc127eb8db68e2f85e8d360e1d3752d406b7 10l CODEC vs. FORMAT diff -r 8aa2dc127eb8 -r 3e12e3ca0ce3 utils.c --- a/utils.c Fri Oct 13 18:21:28 2006 +0000 +++ b/utils.c Fri Oct 13 19:19:07 2006 +0000 @@ -344,7 +344,7 @@ static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; -#if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0) +#if LIBAVFORMAT_VERSION_INT >= ((51<<16)+(0<<8)+0) static #endif void avformat_get_context_defaults(AVFormatContext *s){