diff libschroedinger.h @ 8590:7a463923ecd1 libavcodec

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 c4a4495715dd
children e9d9d946f213
line wrap: on
line diff
--- a/libschroedinger.h	Tue Jan 13 21:13:45 2009 +0000
+++ b/libschroedinger.h	Tue Jan 13 23:44:16 2009 +0000
@@ -28,7 +28,7 @@
 
 #include "config.h"
 
-#ifdef CONFIG_LIBSCHROEDINGER
+#if CONFIG_LIBSCHROEDINGER
 
 #include <schroedinger/schrobitstream.h>
 #include <schroedinger/schroframe.h>