mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-26 17:21:07 +00:00
Ok, added warning to sys/asoundlib.h with redirection to alsa/asoundlib.h.
This commit is contained in:
parent
c8cd1c9782
commit
6157018e8a
@ -46,4 +46,4 @@ install-exec-hook:
|
||||
rm -f $(alsaincludedir)/asoundef.h
|
||||
(cd $(DESTDIR)$(alsaincludedir) && $(LN_S) -f ../sound/asoundef.h asoundef.h)
|
||||
# should be removed in future
|
||||
(cd $(DESTDIR)$(sysincludedir) && $(LN_S) -f ../alsa/asoundlib.h asoundlib.h)
|
||||
$(INSTALL_DATA) sys.h $(DESTDIR)$(sysincludedir)/asoundlib.h
|
||||
|
2
include/sys.h
Normal file
2
include/sys.h
Normal file
@ -0,0 +1,2 @@
|
||||
#warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
||||
#include <alsa/asoundlib.h>
|
Loading…
Reference in New Issue
Block a user