projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c39a75
)
Remove OpenBSD SLIBNAME magic, it seems unnecessary and breaks compilation.
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sat, 13 Dec 2008 08:53:31 +0000
(08:53 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Sat, 13 Dec 2008 08:53:31 +0000
(08:53 +0000)
Originally committed as revision 16087 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index d4242afcaac5279d60659c1489dce370a7fc6c27..01717ab9e36d092b8d37b1a115624b982c880a97 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1405,9
+1405,6
@@
case $target_os in
disable need_memalign
LIBOBJFLAGS='$(PIC)'
SHFLAGS='-shared'
- SLIBNAME='$(SLIBPREF)$(FULLNAME)$(SLIBSUF).$(LIBVERSION)'
- SLIBNAME_WITH_VERSION='$(SLIBNAME)'
- SLIBNAME_WITH_MAJOR='$(SLIBNAME)'
oss_demuxer_extralibs="-lossaudio"
oss_muxer_extralibs="-lossaudio"
;;