Revision: 2376
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2376&view=rev
Author:   jcsjcs
Date:     2009-08-01 08:53:42 +0000 (Sat, 01 Aug 2009)

Log Message:
-----------
        * src/mp4file.c: dlopen libmp4v2.so instead of libmp4v2.so.0
          to support newer library versions. Closes tracker item
          2820688.

Modified Paths:
--------------
    gtkpod/trunk/ChangeLog
    gtkpod/trunk/src/mp4file.c

Modified: gtkpod/trunk/ChangeLog
===================================================================
--- gtkpod/trunk/ChangeLog      2009-08-01 07:02:25 UTC (rev 2375)
+++ gtkpod/trunk/ChangeLog      2009-08-01 08:53:42 UTC (rev 2376)
@@ -4,6 +4,10 @@
 
        * po/*.po: ran "make update-po".
 
+       * src/mp4file.c: dlopen libmp4v2.so instead of libmp4v2.so.0
+          to support newer library versions. Closes tracker item
+          2820688.
+
 2009-05-10  Maia Kozheva <[email protected]>
 
        * configure.in:

Modified: gtkpod/trunk/src/mp4file.c
===================================================================
--- gtkpod/trunk/src/mp4file.c  2009-08-01 07:02:25 UTC (rev 2375)
+++ gtkpod/trunk/src/mp4file.c  2009-08-01 08:53:42 UTC (rev 2376)
@@ -1,4 +1,4 @@
-/* Time-stamp: <2008-09-07 11:16:18 jcs>
+/* Time-stamp: <2009-08-01 17:46:51 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -339,7 +339,7 @@
     
 void mp4_init()
 {
-    mp4v2_handle = dlopen("libmp4v2.so.0", RTLD_LAZY);
+    mp4v2_handle = dlopen("libmp4v2.so", RTLD_LAZY);
 
     if (!mp4v2_handle)
     {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to