You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
configure: support Bitrig OS
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
b64a72e1b2
commit
d488c3bcba
2
configure
vendored
2
configure
vendored
@@ -2595,7 +2595,7 @@ case $target_os in
|
|||||||
oss_indev_extralibs="-lossaudio"
|
oss_indev_extralibs="-lossaudio"
|
||||||
oss_outdev_extralibs="-lossaudio"
|
oss_outdev_extralibs="-lossaudio"
|
||||||
;;
|
;;
|
||||||
openbsd)
|
openbsd|bitrig)
|
||||||
# On OpenBSD 4.5. the compiler does not use PIC unless
|
# On OpenBSD 4.5. the compiler does not use PIC unless
|
||||||
# explicitly using -fPIC. Libav builds fine without PIC,
|
# explicitly using -fPIC. Libav builds fine without PIC,
|
||||||
# however the generated executable will not do anything
|
# however the generated executable will not do anything
|
||||||
|
|||||||
Reference in New Issue
Block a user