# HG changeset patch # User gpoirier # Date 1157791768 0 # Node ID c63b9bb495324196166940c872a4bebe641286ad # Parent bfcf76cad06afd2b34cb1f678a4bb44b32e78414 undefines a few temporary defines which were not undefined after their usage. Patch by Panagiotis Issaris diff -r bfcf76cad06a -r c63b9bb49532 utils.c --- a/utils.c Fri Sep 08 08:27:51 2006 +0000 +++ b/utils.c Sat Sep 09 08:49:28 2006 +0000 @@ -754,6 +754,10 @@ #undef A #undef V +#undef S +#undef E +#undef D +#undef DEFAULT static AVClass av_codec_context_class = { "AVCodecContext", context_to_name, options };