You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
Simplify MANGLE macro preprocessor condition checks.
Originally committed as revision 12470 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -127,12 +127,10 @@
|
||||
# else
|
||||
# define MANGLE(a) "_" #a
|
||||
# endif
|
||||
#else
|
||||
# if defined(ARCH_X86_64) && defined(PIC)
|
||||
#elif defined(ARCH_X86_64) && defined(PIC)
|
||||
# define MANGLE(a) #a"(%%rip)"
|
||||
# else
|
||||
#else
|
||||
# define MANGLE(a) #a
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* debug stuff */
|
||||
|
||||
Reference in New Issue
Block a user