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

Modified Files:
        fileselection.c mp4file.c 
Log Message:
         * src/mp4file.c: mp4_read_soundcheck not defined when mp4v2
           library was not present.



Index: fileselection.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/fileselection.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- fileselection.c     13 Jun 2006 15:25:09 -0000      1.11
+++ fileselection.c     14 Jun 2006 12:47:49 -0000      1.12
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-06-14 00:18:04 jcs>
+/* Time-stamp: <2006-06-14 00:40:14 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users.sourceforge.net>
 |  Part of the gtkpod project.
@@ -325,6 +325,7 @@
 }
 
 
+/* BY JCS */
 
 /* Get a file or directory
  *
@@ -409,6 +410,8 @@
 
 
 
+/* BY JCS */
+
 /* Used by the prefs system (prefs_windows.c, repository.c) when a
  * script should be selected. Takes into account that command line
  * arguments can be present

Index: mp4file.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/mp4file.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- mp4file.c   11 Jun 2006 16:04:51 -0000      1.32
+++ mp4file.c   14 Jun 2006 12:47:56 -0000      1.33
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-06-11 14:39:57 jcs>
+/* Time-stamp: <2006-06-14 20:47:27 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -487,4 +487,10 @@
     gtkpod_warning (_("m4a/m4p/m4b metadata update for '%s' failed: 
m4a/m4p/m4b not supported without the mp4v2 library. You must compile the 
gtkpod source together with the mp4v2 library.\n"), filename);
     return FALSE;
 }
+
+gboolean mp4_read_soundcheck (gchar *filename, Track *track)
+{
+    gtkpod_warning (_("m4a/m4p/m4b soundcheck update for '%s' failed: 
m4a/m4p/m4b not supported without the mp4v2 library. You must compile the 
gtkpod source together with the mp4v2 library.\n"), filename);
+    return FALSE;
+}
 #endif



_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to