14 lines
367 B
Plaintext
14 lines
367 B
Plaintext
$NetBSD: patch-as,v 1.2 2007/12/09 10:55:37 drochner Exp $
|
|
|
|
--- plugins/xmms/src/libmp4.c.orig 2007-06-05 21:00:18.000000000 +0200
|
|
+++ plugins/xmms/src/libmp4.c
|
|
@@ -23,7 +23,7 @@
|
|
#include <xmms/titlestring.h>
|
|
#endif /*HAVE_BMP*/
|
|
|
|
-#include "neaacdec.h"
|
|
+#include <neaacdec.h>
|
|
#include "mp4ff.h"
|
|
|
|
#define MP4_DESCRIPTION "MP4 & MPEG2/4-AAC audio player - 1.2.x"
|