mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-23 19:49:56 +00:00
configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next commit)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0922633f92
commit
266771f991
1
configure
vendored
1
configure
vendored
@ -2711,6 +2711,7 @@ case $target_os in
|
|||||||
enable pic
|
enable pic
|
||||||
disable symver
|
disable symver
|
||||||
SHFLAGS='-shared'
|
SHFLAGS='-shared'
|
||||||
|
SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBVERSION)'
|
||||||
oss_indev_extralibs="-lossaudio"
|
oss_indev_extralibs="-lossaudio"
|
||||||
oss_outdev_extralibs="-lossaudio"
|
oss_outdev_extralibs="-lossaudio"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user