projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
7ea3b2e
)
Set custom SLIBNAME_WITH_MAJOR and SLIBNAME_WITH_VERSION for MinGW.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 29 Jul 2006 22:44:58 +0000
(22:44 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 29 Jul 2006 22:44:58 +0000
(22:44 +0000)
Originally committed as revision 5860 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index
7aa9f56
..
c6ec733
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-879,6
+879,8
@@
EOF
SLIBPREF=""
SLIBSUF=".dll"
EXESUF=".exe"
+ SLIBNAME_WITH_VERSION='$(SLIBPREF)$(NAME)-$(LIBVERSION)$(SLIBSUF)'
+ SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(NAME)-$(LIBMAJOR)$(SLIBSUF)'
if test "$force_prefix" != yes; then PREFIX="$PROGRAMFILES/FFmpeg"; fi
if test "$force_libdir" != yes; then bindir="$PREFIX"; fi
fi