forked from pool/alsa-utils
Takashi Iwai
d9e5db30ae
- Remove obsoleted *.po files - Backport upstream fixes: 0001-alsactl-save-state-do-not-call-rename-for-stdio.patch 0002-alsamixer-include-missing-mixer_controls.h.patch OBS-URL: https://build.opensuse.org/request/show/239189 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alsa-utils?expand=0&rev=102
25 lines
625 B
Diff
25 lines
625 B
Diff
From c788ce9b6088e2c937f77231eab520c3d16e0c76 Mon Sep 17 00:00:00 2001
|
|
From: Jaroslav Kysela <perex@perex.cz>
|
|
Date: Wed, 25 Jun 2014 10:49:23 +0200
|
|
Subject: [PATCH 2/2] alsamixer: include missing mixer_controls.h
|
|
|
|
---
|
|
alsamixer/mainloop.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/alsamixer/mainloop.c b/alsamixer/mainloop.c
|
|
index 351f57f8590e..79d81a99cfc1 100644
|
|
--- a/alsamixer/mainloop.c
|
|
+++ b/alsamixer/mainloop.c
|
|
@@ -29,6 +29,7 @@
|
|
#include "widget.h"
|
|
#include "mixer_widget.h"
|
|
#include "mixer_display.h"
|
|
+#include "mixer_controls.h"
|
|
#include "mainloop.h"
|
|
|
|
static WINDOW *curses_initialized;
|
|
--
|
|
2.0.0
|
|
|