summaryrefslogtreecommitdiffstats
path: root/stream/ai_alsa.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-10 03:38:33 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-10 03:47:14 +0200
commit00323c06e2b8451e68f4fe31ddb871366e5793c2 (patch)
tree46b0846b72722cc0e5ea796caac4833a5d7fb565 /stream/ai_alsa.c
parentb996250a2a5e901b1f2429edf143a1c420047e3d (diff)
downloadmpv-00323c06e2b8451e68f4fe31ddb871366e5793c2.tar.bz2
mpv-00323c06e2b8451e68f4fe31ddb871366e5793c2.tar.xz
Delete things related to old translation system
Remove the help/ subdirectory, configure code to create toplevel help_mp.h, and all the '#include "help_mp.h"' lines from .c files.
Diffstat (limited to 'stream/ai_alsa.c')
-rw-r--r--stream/ai_alsa.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stream/ai_alsa.c b/stream/ai_alsa.c
index b06c84a6db..3d8e70c1b5 100644
--- a/stream/ai_alsa.c
+++ b/stream/ai_alsa.c
@@ -26,7 +26,6 @@
#include <alsa/asoundlib.h>
#include "audio_in.h"
#include "mp_msg.h"
-#include "help_mp.h"
int ai_alsa_setup(audio_in_t *ai)
{