Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-alsa-utils: Commit

external/alsa-utils


Commit MetaInfo

Revision8f4365d987678560fe886213eb0b27eb1ed7c93a (tree)
Time2019-11-25 18:11:52
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

amixer: remove unnecessary prefix ../include/

All other files include "version.h" don't have the prefix ../include/.
It's unnecessary and causes trouble to Android porting.

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>

Change Summary

Incremental Difference

--- a/amixer/amixer.h
+++ b/amixer/amixer.h
@@ -18,4 +18,4 @@
1818 *
1919 */
2020
21-#include "../include/version.h"
21+#include "version.h"
Show on old repository browser