mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
make oss use OSS_LIBS
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
committed by
Anthony Liguori
parent
7aac6cb17b
commit
6881964cfa
+1
-1
@@ -440,7 +440,7 @@ ifdef CONFIG_FMOD
|
||||
LIBS += $(FMOD_LIBS)
|
||||
endif
|
||||
ifdef CONFIG_OSS
|
||||
LIBS += $(CONFIG_OSS_LIB)
|
||||
LIBS += $(OSS_LIBS)
|
||||
endif
|
||||
|
||||
sound-obj-y =
|
||||
|
||||
@@ -1639,7 +1639,7 @@ for drv in $audio_drv_list; do
|
||||
echo "FMOD_LIBS=$fmod_lib" >> $config_host_mak
|
||||
echo "FMOD_CFLAGS=-I$fmod_inc" >> $config_host_mak
|
||||
elif test "$drv" = "oss"; then
|
||||
echo "CONFIG_OSS_LIB=$oss_lib" >> $config_host_mak
|
||||
echo "OSS_LIBS=$oss_lib" >> $config_host_mak
|
||||
fi
|
||||
done
|
||||
echo "" >>$config_host_h
|
||||
|
||||
Reference in New Issue
Block a user