summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorVíctor Paesa <victorpaesa@googlemail.com>2010-10-03 09:49:36 +0000
committerVíctor Paesa <victorpaesa@googlemail.com>2010-10-03 09:49:36 +0000
commit524aae862574cfed0656fd9789edaa66b0817739 (patch)
tree8fb1ac791fdec2bc9202346211bfb581bb7e20a9 /configure
parent12eef0d1ba55dd0eb36893a0d6e0fa7e04dda122 (diff)
Use SLIBSUF instead of .so, as a more generic dynamic library suffix.
Originally committed as revision 25321 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 21ea16170a..cfd26f9041 100755
--- a/configure
+++ b/configure
@@ -3223,6 +3223,7 @@ cat > $TMPH <<EOF
#define ASMALIGN(ZEROBITS) ".p2align " #ZEROBITS "\\n\\t"
#define EXTERN_PREFIX "${extern_prefix}"
#define EXTERN_ASM ${extern_prefix}
+#define SLIBSUF "$SLIBSUF"
EOF
test -n "$malloc_prefix" &&