summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-03-18 13:27:12 -0400
committerR. Bernstein <rocky@gnu.org>2012-03-18 13:27:12 -0400
commit413872a60e80d3c05900e3a4999cbb4c773fc4bc (patch)
tree0caf0f99f6465d8ac70a8c255ea0fd3eeeae0d74 /example
parent21f3187bb89a0a89a87e06cfda439d5cdba59942 (diff)
Recent header work by Pete Batard eliminates the need to set __CDIO_H__ here.
Diffstat (limited to 'example')
-rw-r--r--example/audio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/example/audio.c b/example/audio.c
index 6951bd51..b92412ed 100644
--- a/example/audio.c
+++ b/example/audio.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2005, 2008, 2009 Rocky Bernstein <rocky@gnu.org>
+ Copyright (C) 2005, 2008, 2009, 2012 Rocky Bernstein <rocky@gnu.org>
Adapted from Gerd Knorr's player.c program <kraxel@bytesex.org>
Copyright (C) 1997, 1998
@@ -24,7 +24,6 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
-#define __CDIO_CONFIG_H__ 1
#endif
#ifdef HAVE_STDIO_H