ports/audio/deadbeef/patches/patch-plugins_musepack_musepack_c

12 lines
301 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- plugins/musepack/musepack.c.orig Tue Aug 5 19:54:03 2014
+++ plugins/musepack/musepack.c Tue Sep 23 09:40:43 2014
@@ -28,7 +28,7 @@
#include <limits.h>
#include <unistd.h>
#include <math.h>
-#include "mpc/mpcdec.h"
+#include <mpc/mpcdec.h>
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif