commit a0fe0d588759ca16bc9eebe8c8eee404a543a05c Author: Maia Kozheva <si...@ubuntu.com> Date: Fri Aug 27 00:14:50 2010 +0700
Correctly initialize libmp4v2 libgtkpod/gp_itdb.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) --- diff --git a/libgtkpod/gp_itdb.c b/libgtkpod/gp_itdb.c index 827f706..b7747b1 100644 --- a/libgtkpod/gp_itdb.c +++ b/libgtkpod/gp_itdb.c @@ -42,6 +42,7 @@ #include "file_convert.h" #include "misc.h" #include "misc_track.h" +#include "mp4file.h" #include "prefs.h" #include "syncdir.h" #include "autodetection.h" @@ -821,6 +822,9 @@ void gp_init(int argc, char *argv[]) { /* initiate client server */ server_setup(); + /* Load libmp4v2 */ + mp4_init(); + /* Create tooltips */ main_tooltips = gtk_tooltips_new(); g_object_set_data(G_OBJECT (gtkpod_app), "main_tooltips", main_tooltips); ------------------------------------------------------------------------------ Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative community and reach millions of netbook users worldwide. Take advantage of special opportunities to increase revenue and speed time-to-market. Join now, and jumpstart your future. http://p.sf.net/sfu/intel-atom-d2d _______________________________________________ gtkpod-cvs2 mailing list gtkpod-cvs2@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2