diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:36:24 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-05-25 22:36:24 +0000 |
commit | d75dd1ca4ccaafb20d23460ed95d55662cb1813c (patch) | |
tree | b00bf1aeab108e385d5a1424bf01b48f872d712b | |
parent | b17c92d10e8b5d6b6846444db08bfd4f89c74af8 (diff) | |
download | ffmpeg-d75dd1ca4ccaafb20d23460ed95d55662cb1813c.tar.gz |
removed
Originally committed as revision 595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/mangle.h | 2 | ||||
-rw-r--r-- | mangle.h | 18 |
2 files changed, 0 insertions, 20 deletions
diff --git a/libavcodec/mangle.h b/libavcodec/mangle.h deleted file mode 100644 index 8709cd1543..0000000000 --- a/libavcodec/mangle.h +++ /dev/null @@ -1,2 +0,0 @@ -#include "../mangle.h" - diff --git a/mangle.h b/mangle.h deleted file mode 100644 index df74777746..0000000000 --- a/mangle.h +++ /dev/null @@ -1,18 +0,0 @@ -/* mangle.h - This file has some CPP macros to deal with different symbol - * mangling across binary formats. - * (c)2002 by Felix Buenemann <atmosfear at users.sourceforge.net> - * File licensed under the GPL, see http://www.fsf.org/ for more info. - */ - -#ifndef __MANGLE_H -#define __MANGLE_H - -/* Feel free to add more to the list, eg. a.out IMO */ -#if defined(__CYGWIN__) -#define MANGLE(a) "_" #a -#else -#define MANGLE(a) #a -#endif - -#endif /* !__MANGLE_H */ - |