blob: dafebba698240fe1b110128288c18cd9c6581881 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- mp4_utils.c.orig 2004-10-18 05:44:51.000000000 +0900
+++ mp4_utils.c 2009-02-12 02:53:15.000000000 +0900
@@ -3,15 +3,22 @@
*/
#include "mp4ff.h"
-#include "faad.h"
+#include "neaacdec.h"
#include <gtk/gtk.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
+
+#if defined(HAVE_BMP)
+#include <bmp/plugin.h>
+#include <bmp/titlestring.h>
+#include <bmp/util.h>
+#else
#include <xmms/plugin.h>
#include <xmms/titlestring.h>
#include <xmms/util.h>
+#endif /*HAVE_BMP*/
const char *mp4AudioNames[]=
{
|