summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-09-03 18:29:49 +0200
committerGravatar waker <wakeroid@gmail.com>2012-09-03 18:29:49 +0200
commit7ea264a5f181ab7caaccb380b7240e1236a9c4cc (patch)
tree40b4ae7a706b22968d2d47adc0df29d9de1192cc /main.c
parent5c63a66b44d84b502826a14cc0f5b32c00eb4911 (diff)
added config options to control cp1251 and cp936 recoding
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6995d0c4..228e3ecb 100644
--- a/main.c
+++ b/main.c
@@ -55,6 +55,7 @@
#include "volume.h"
#include "plugins.h"
#include "common.h"
+#include "junklib.h"
#ifndef PREFIX
#error PREFIX must be defined
@@ -612,6 +613,7 @@ player_mainloop (void) {
case DB_EV_CONFIGCHANGED:
conf_save ();
streamer_configchanged ();
+ junk_configchanged ();
break;
case DB_EV_SEEK:
streamer_set_seek (p1 / 1000.f);