diff options
author | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-19 23:37:16 +0000 |
---|---|---|
committer | woro <woro@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-02-19 23:37:16 +0000 |
commit | eec3f48ac1f8f46702a7d73c83a1e525424b6bb1 (patch) | |
tree | 245e9ee05387a524f5a3f2867b76ae982942af82 | |
parent | 2b6339d6e703519b34754600c1579e785593ec91 (diff) | |
download | vdr-plugin-muggle-eec3f48ac1f8f46702a7d73c83a1e525424b6bb1.tar.gz vdr-plugin-muggle-eec3f48ac1f8f46702a7d73c83a1e525424b6bb1.tar.bz2 |
rename ___CONFIG_H to ___VDR_CONFIG_H
I might try to add the OSD of mp3ng to muggle, this and following patches
will only contain harmless changes to muggle aiming to simplify such an
eventual merge
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1034 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | vdr_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vdr_config.h b/vdr_config.h index c2d0d0d..42410b1 100644 --- a/vdr_config.h +++ b/vdr_config.h @@ -22,8 +22,8 @@ // After changing this file you should do a "make plugins-clean ; make plugins" // to recompile vdr. -#ifndef ___CONFIG_H -#define ___CONFIG_H +#ifndef ___VDR_CONFIG_H +#define ___VDR_CONFIG_H // The buffer size in bytes for the decoded audio data which is about to // be send to the dvb driver. Should not be made to big, as this delays the @@ -115,4 +115,4 @@ // "/tmp/limiter". The generated file will be about 3MB in size. This option shouldn't // be enabled for day-by-day operation. //#define ACC_DUMP -#endif //___CONFIG_H +#endif //___VDR_CONFIG_H |