mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
519 B

  1. --- ./src/mp4file.c.orig 2004-01-17 09:37:49.000000000 +0000
  2. +++ ./src/mp4file.c 2004-01-21 18:42:18.000000000 +0000
  3. @@ -342,7 +342,7 @@
  4. return NULL;
  5. }
  6. -gboolean file_write_mp4_info (gchar *filename, Track *track, T_item tag_id)
  7. +gboolean file_write_mp4_info (gchar *filename, Track *track)
  8. {
  9. gtkpod_warning (_("m4a/m4p metadata update for '%s' failed: m4a/m4p not supported without the mp4v2 library. You must compile the gtkpod source together with the mp4v2 library.\n"), filename);
  10. return FALSE;