1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-22 03:12:43 +00:00

FS-7605 now depends on libyuv and libvpx properly

This commit is contained in:
William King 2015-06-17 19:07:39 -07:00
parent c7eb3abc16
commit 19de3b0f81

1
debian/bootstrap.sh vendored

@ -334,6 +334,7 @@ Conflicts: $(list_freeswitch_all_replaces)
Depends: \${shlibs:Depends}, \${perl:Depends}, \${misc:Depends},
freeswitch-music-default (>= 1.0.8),
freeswitch-sounds-en-us-callie (>= 1.0.25) | freeswitch-sounds,
libyuv, libvpx (>= 1.4.0) | libvpx2,
$(debian_wrap "${mod_depends}")
Recommends:
$(debian_wrap "${mod_recommends}")