Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19641/src

Modified Files:
        mp4file.c 
Log Message:
        * src/mp4file.c: fix compilation error when compiling with
          libmp4v2 package from http://www.debian-multimedia.org/



Index: mp4file.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/mp4file.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- mp4file.c   14 Oct 2006 13:37:02 -0000      1.35
+++ mp4file.c   21 Oct 2006 05:05:45 -0000      1.36
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-10-14 20:42:36 jcs>
+/* Time-stamp: <2006-10-15 23:48:05 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -34,8 +34,10 @@
 #include "charset.h"
 #include "itdb.h"
 #include "misc.h"
-#include "mp4file.h"
 #include "prefs.h"
+#include "mp4file.h"
+
+
 
 /* ------------------------------------------------------------
 
@@ -134,12 +136,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include "mp4.h"
-#undef PACKAGE
-#undef VERSION
-/* need to include config.h again because mp4.h seems to #undef
-   PACKAGE */
-#include <config.h>
-
 
 static gboolean mp4_scan_soundcheck (MP4FileHandle mp4File, Track *track)
 {


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to