summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorR. Bernstein <rocky@gnu.org>2012-03-18 13:27:12 -0400
committerrocky <rocky@gnu.org>2012-03-25 17:18:48 -0400
commita834f98bc843a161e884b9f1a19c3d80abf3df1b (patch)
treeb9cbfdc8b59b9619aa3878247fb8d949823d049b /example
parent511ad638b171bbbcc29cf441cc8b933d0a103c07 (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