Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer


Modified Files:
        ChangeLog configure.ac 


Log Message:
Switched to libltdl. Plugin loading is case sensitive now, so you probably need to 
edit your config
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- ChangeLog   28 Dec 2003 09:57:13 -0000      1.28
+++ ChangeLog   24 Jan 2004 20:24:22 -0000      1.29
@@ -1,4 +1,7 @@
-$Id: ChangeLog,v 1.28 2003/12/28 09:57:13 tsauerbeck Exp $
+$Id: ChangeLog,v 1.29 2004/01/24 20:24:22 tsauerbeck Exp $
+
+2003-01-24 Tilman Sauerbeck <[EMAIL PROTECTED]>
+        * src/eplayer.c, src/plugin.c: Switched to libltdl
 
 2003-12-28 Tilman Sauerbeck <[EMAIL PROTECTED]>
         * src/callbacks.c, src/playlist.c, src/interface.c,
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/configure.ac,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configure.ac        28 Dec 2003 12:53:45 -0000      1.15
+++ configure.ac        24 Jan 2004 20:25:18 -0000      1.16
@@ -1,4 +1,4 @@
-dnl $Id: configure.ac,v 1.15 2003/12/28 12:53:45 tsauerbeck Exp $
+dnl $Id: configure.ac,v 1.16 2004/01/24 20:25:18 tsauerbeck Exp $
 
 AC_INIT(src/eplayer.c)
 
@@ -52,10 +52,14 @@
 AC_PATH_GENERIC(ewl, , ,
        AC_MSG_ERROR(Cannot find ewl: Is ewl-config in path?))
 
-dnl Check for libdl
+dnl Check for libltdl
 tmp=$LIBS
-AC_CHECK_HEADERS(dlfcn.h, , AC_MSG_ERROR(Cannot find dlfcn.h))
-AC_CHECK_LIB(dl, dlsym, DL_LIBS="-ldl", AC_MSG_ERROR(Cannot find libdl))
+AC_CHECK_HEADERS(ltdl.h, ,
+       AC_MSG_ERROR(Cannot find ltdl.h))
+
+AC_CHECK_LIB(ltdl, lt_dlsym, DL_LIBS="-lltdl",
+       AC_MSG_ERROR(Cannot find libltdl))
+
 AC_SUBST(DL_LIBS)
 LIBS=$tmp
 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to