diff sdp.c @ 4206:c3102b189cb6 libavformat

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 116a6910592c
children f0facf61e48d
line wrap: on
line diff
--- a/sdp.c	Tue Jan 13 17:10:10 2009 +0000
+++ b/sdp.c	Tue Jan 13 23:44:16 2009 +0000
@@ -25,7 +25,7 @@
 #include "avc.h"
 #include "rtp.h"
 
-#ifdef CONFIG_RTP_MUXER
+#if CONFIG_RTP_MUXER
 #define MAX_EXTRADATA_SIZE ((INT_MAX - 10) / 2)
 
 struct sdp_session_level {