aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-07-17 18:29:23 +0200
committerTakashi Iwai <tiwai@suse.de>2007-07-17 18:29:23 +0200
commit0e93e0a202133f24ed82fc1bf8da4c34cdf8db44 (patch)
treea50b0de5d68fd8475585d835800d474f1c003024
parentb96d25a04a4e93d2bf9313b86d5e30dff608a5af (diff)
downloadsalsa-lib-0e93e0a202133f24ed82fc1bf8da4c34cdf8db44.tar.gz
More description about deprecated attribute.
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 17db002..f96d55d 100644
--- a/README
+++ b/README
@@ -22,7 +22,11 @@ CONFIG
o The API functions that are not supported but defined have
"deprecated" attribute. You'll get compile warnings when
compiling the code using such functions. (The same is true for
- the all components below.)
+ the all components below.) They are just warnings that you can
+ usually ignore. The warnings are given so that you can find the
+ non-functional features easily. If warnings really matter, remove
+ the deprecated attribute via --disable-deprecated configure
+ option.
o Disabled as default
PCM
@@ -95,6 +99,10 @@ libasound for linking/checking.
All these options can be enabled via a single option,
--enable-everything, for your convenience.
+For disabling the deprecated attribute for non-working functions (see
+the description of CONFIG in the section "GENERAL"), pass
+--disable-deprecated option.
+
The alsa-library version to be compatbible can be given explicitly via
--with-compat-version option. As default, 1.0.14 is set.