changeset 1303:44c593741578 libavformat

undefines a few temporary defines which were not undefined after their usage. Patch by Panagiotis Issaris
author gpoirier
date Sat, 09 Sep 2006 08:49:28 +0000
parents 4b3fbb5bd20a
children 45a55380918e
files utils.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)