Commit 80ac82c8 authored by Max Kellermann's avatar Max Kellermann

output/fifo: renamed source to fifo_output_plugin.c

parent fd182f6d
......@@ -595,7 +595,7 @@ OUTPUT_SRC += src/output/ao_plugin.c
endif
if HAVE_FIFO
OUTPUT_SRC += src/output/fifo_plugin.c
OUTPUT_SRC += src/output/fifo_output_plugin.c
endif
if ENABLE_PIPE_OUTPUT
......
......@@ -17,9 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "../output_api.h"
#include "../utils.h"
#include "../timer.h"
#include "output_api.h"
#include "utils.h"
#include "timer.h"
#include <glib.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment