blob: 4f14187ab545425c071d1c1d895ee0ce7a9a1daa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- configure.orig 2008-08-14 12:43:55.000000000 -0400
+++ configure 2008-08-14 12:45:51.000000000 -0400
@@ -1563,7 +1563,7 @@ Optional Packages:
both]
--with-tags[=TAGS] include additional configurations [automatic]
--with-pkg-config-path colon-separated list of pkg-config(1) dirs
- --with-audio=[auto/pulse/none]
+ --with-audio=[auto/pulse/oss/none]
audio backend to use
--with-html-dir=PATH path to installed docs
@@ -22752,6 +22752,12 @@ echo "$as_me: WARNING: no alsa audio sup
fi
fi
+if test "$with_audio" = "oss"; then
+ AUDIO_TYPE=oss
+ AUDIO_CFLAGS=
+ AUDIO_LIBS=
+fi
+
if test "$with_audio" = "pulse"; then
pkg_failed=no
|