aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-23 16:06:00 +0200
committerAnton Khirnov <anton@khirnov.net>2015-02-20 09:18:30 +0100
commite92bd0c0ff3d68cadc1ca8f79347e9f0871eb4d1 (patch)
treecbc7aff8461971f46f7ec541ceb14001ee723afe
parent3d5dcfe8a592e4cb5fef4ef440d4f440937ee697 (diff)
decoder*h: move under decoder/
-rw-r--r--src/cmdline.c4
-rw-r--r--src/command.c2
-rw-r--r--src/decoder/decoder_api.h (renamed from src/decoder_api.h)0
-rw-r--r--src/decoder/decoder_command.h (renamed from src/decoder_command.h)0
-rw-r--r--src/decoder/decoder_control.h (renamed from src/decoder_control.h)0
-rw-r--r--src/decoder/decoder_internal.h (renamed from src/decoder_internal.h)0
-rw-r--r--src/decoder/decoder_list.h (renamed from src/decoder_list.h)0
-rw-r--r--src/decoder/decoder_plugin.h (renamed from src/decoder_plugin.h)0
-rw-r--r--src/decoder/decoder_print.h (renamed from src/decoder_print.h)0
-rw-r--r--src/decoder/decoder_thread.h (renamed from src/decoder_thread.h)0
-rw-r--r--src/main.c2
-rw-r--r--src/player_control.c2
-rw-r--r--src/player_thread.c4
-rw-r--r--src/song_update.c4
-rw-r--r--src/tag_file.c4
-rw-r--r--src/update_container.c2
-rw-r--r--src/update_song.c4
17 files changed, 14 insertions, 14 deletions
diff --git a/src/cmdline.c b/src/cmdline.c
index a972daf9..9fcca400 100644
--- a/src/cmdline.c
+++ b/src/cmdline.c
@@ -22,8 +22,8 @@
#include "path.h"
#include "log.h"
#include "conf.h"
-#include "decoder_list.h"
-#include "decoder_plugin.h"
+#include "decoder/decoder_list.h"
+#include "decoder/decoder_plugin.h"
#include "output_list.h"
#include "output_plugin.h"
#include "input_registry.h"
diff --git a/src/command.c b/src/command.c
index 9cb0e69b..e78d8ff7 100644
--- a/src/command.c
+++ b/src/command.c
@@ -30,7 +30,7 @@
#include "queue_print.h"
#include "ls.h"
#include "uri.h"
-#include "decoder_print.h"
+#include "decoder/decoder_print.h"
#include "directory.h"
#include "database.h"
#include "update.h"
diff --git a/src/decoder_api.h b/src/decoder/decoder_api.h
index eede43d1..eede43d1 100644
--- a/src/decoder_api.h
+++ b/src/decoder/decoder_api.h
diff --git a/src/decoder_command.h b/src/decoder/decoder_command.h
index fa57bf88..fa57bf88 100644
--- a/src/decoder_command.h
+++ b/src/decoder/decoder_command.h
diff --git a/src/decoder_control.h b/src/decoder/decoder_control.h
index 8f3fc948..8f3fc948 100644
--- a/src/decoder_control.h
+++ b/src/decoder/decoder_control.h
diff --git a/src/decoder_internal.h b/src/decoder/decoder_internal.h
index 853fd72b..853fd72b 100644
--- a/src/decoder_internal.h
+++ b/src/decoder/decoder_internal.h
diff --git a/src/decoder_list.h b/src/decoder/decoder_list.h
index 9eb92b25..9eb92b25 100644
--- a/src/decoder_list.h
+++ b/src/decoder/decoder_list.h
diff --git a/src/decoder_plugin.h b/src/decoder/decoder_plugin.h
index e00d3383..e00d3383 100644
--- a/src/decoder_plugin.h
+++ b/src/decoder/decoder_plugin.h
diff --git a/src/decoder_print.h b/src/decoder/decoder_print.h
index 31713d5d..31713d5d 100644
--- a/src/decoder_print.h
+++ b/src/decoder/decoder_print.h
diff --git a/src/decoder_thread.h b/src/decoder/decoder_thread.h
index 78f12a54..78f12a54 100644
--- a/src/decoder_thread.h
+++ b/src/decoder/decoder_thread.h
diff --git a/src/main.c b/src/main.c
index aa021d64..d1186111 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,7 +45,7 @@
#include "log.h"
#include "permission.h"
#include "replay_gain_config.h"
-#include "decoder_list.h"
+#include "decoder/decoder_list.h"
#include "input_init.h"
#include "playlist_list.h"
#include "state_file.h"
diff --git a/src/player_control.c b/src/player_control.c
index 3c0b30b5..29d1e12d 100644
--- a/src/player_control.c
+++ b/src/player_control.c
@@ -19,7 +19,7 @@
#include "config.h"
#include "player_control.h"
-#include "decoder_control.h"
+#include "decoder/decoder_control.h"
#include "path.h"
#include "log.h"
#include "tag.h"
diff --git a/src/player_thread.c b/src/player_thread.c
index 5c9b7015..4a45e3af 100644
--- a/src/player_thread.c
+++ b/src/player_thread.c
@@ -20,8 +20,8 @@
#include "config.h"
#include "player_thread.h"
#include "player_control.h"
-#include "decoder_control.h"
-#include "decoder_thread.h"
+#include "decoder/decoder_control.h"
+#include "decoder/decoder_thread.h"
#include "output_all.h"
#include "path.h"
#include "event_pipe.h"
diff --git a/src/song_update.c b/src/song_update.c
index 37f502a2..7e4df352 100644
--- a/src/song_update.c
+++ b/src/song_update.c
@@ -22,8 +22,8 @@
#include "uri.h"
#include "directory.h"
#include "mapper.h"
-#include "decoder_list.h"
-#include "decoder_plugin.h"
+#include "decoder/decoder_list.h"
+#include "decoder/decoder_plugin.h"
#include "tag_ape.h"
#include "tag_id3.h"
#include "tag.h"
diff --git a/src/tag_file.c b/src/tag_file.c
index 8d8a0f5f..05145784 100644
--- a/src/tag_file.c
+++ b/src/tag_file.c
@@ -20,8 +20,8 @@
#include "config.h"
#include "tag_file.h"
#include "uri.h"
-#include "decoder_list.h"
-#include "decoder_plugin.h"
+#include "decoder/decoder_list.h"
+#include "decoder/decoder_plugin.h"
#include "input_stream.h"
#include <assert.h>
diff --git a/src/update_container.c b/src/update_container.c
index bda95dab..7ab5b1ba 100644
--- a/src/update_container.c
+++ b/src/update_container.c
@@ -25,7 +25,7 @@
#include "directory.h"
#include "song.h"
#include "mapper.h"
-#include "decoder_plugin.h"
+#include "decoder/decoder_plugin.h"
#include "tag.h"
#include "tag_handler.h"
diff --git a/src/update_song.c b/src/update_song.c
index 1126ad11..4d66fa49 100644
--- a/src/update_song.c
+++ b/src/update_song.c
@@ -26,8 +26,8 @@
#include "db_lock.h"
#include "directory.h"
#include "song.h"
-#include "decoder_list.h"
-#include "decoder_plugin.h"
+#include "decoder/decoder_list.h"
+#include "decoder/decoder_plugin.h"
#include <glib.h>