# HG changeset patch # User gpoirier # Date 1157791768 0 # Node ID 44c593741578c737874e1dd72d5659eae440d70c # Parent 4b3fbb5bd20a31f98db2b092fa7ef60129a52dd2 undefines a few temporary defines which were not undefined after their usage. Patch by Panagiotis Issaris diff -r 4b3fbb5bd20a -r 44c593741578 utils.c --- a/utils.c Fri Sep 08 17:24:48 2006 +0000 +++ b/utils.c Sat Sep 09 08:49:28 2006 +0000 @@ -474,6 +474,10 @@ {NULL}, }; +#undef E +#undef D +#undef DEFAULT + static const AVClass av_format_context_class = { "AVFormatContext", format_to_name, options }; #if LIBAVCODEC_VERSION_INT > ((52<<16)+(0<<8)+0)