mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
a2b66855e6
When -M option is given, amixer handles the volumes in percent unit with the mapping more intuitive to human ears just like in alsamixer. The -R option is to take the raw value as the volume percentage. This mode is still used as default. Signed-off-by: Takashi Iwai <tiwai@suse.de>
10 lines
235 B
Makefile
10 lines
235 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
LDADD = -lm
|
|
# LDFLAGS = -static
|
|
# CFLAGS += -g -Wall
|
|
|
|
bin_PROGRAMS = amixer
|
|
amixer_SOURCES = amixer.c ../alsamixer/volume_mapping.c
|
|
noinst_HEADERS = amixer.h
|
|
man_MANS = amixer.1
|
|
EXTRA_DIST = amixer.1
|