VirtualBox

Changeset 25819 in vbox for trunk/configure


Ignore:
Timestamp:
Jan 13, 2010 11:09:52 PM (15 years ago)
Author:
vboxsync
Message:

FreeBSD: Add support for PulseAudio. Contributed by Noriyoshi Kawano and Bernhard Froehlich (thank you)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r25775 r25819  
    126126  INCCURL="-I/usr/local/include"
    127127  LIBCURL="-L/usr/local/lib -lcurl"
     128  INCPULSE="-I/usr/local/include"
     129  LIBPULSE="-L/usr/local/lib"
    128130else
    129131  INCCURL=""
     
    11821184}
    11831185EOF
    1184   if test_compile "-lpulse" pulse pulse; then
     1186  if test_compile "$INCPULSE $LIBPULSE -lpulse" pulse pulse; then
    11851187    test_execute
    11861188  fi
     
    23252327[ $WITH_PYTHON -eq 1 ] && check_python
    23262328
     2329# PulseAudio
     2330if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then
     2331  if [ $WITH_PULSE -eq 1 ]; then
     2332    check_pulse
     2333  else
     2334    cnf_append "VBOX_WITH_PULSE" ""
     2335  fi
     2336fi
     2337
    23272338# Linux-specific
    23282339if [ "$OS" = "linux" ]; then
     
    23412352  else
    23422353    cnf_append "VBOX_WITH_ALSA" ""
    2343   fi
    2344   if [ $WITH_PULSE -eq 1 ]; then
    2345     check_pulse
    2346   else
    2347     cnf_append "VBOX_WITH_PULSE" ""
    23482354  fi
    23492355  if [ $WITH_DBUS -eq 0 ]; then
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette