Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
E.h sound.c
Log Message:
Include esd.h only where needed.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/E.h,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -3 -r1.197 -r1.198
--- E.h 8 Feb 2004 16:17:58 -0000 1.197
+++ E.h 8 Feb 2004 16:28:12 -0000 1.198
@@ -311,10 +311,6 @@
putenv(envvar);\
}
-#ifdef HAVE_LIBESD
-#include <esd.h>
-#endif
-
/* This is a start to providing internationalization by means */
/* of gettext */
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/sound.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- sound.c 19 Jan 2004 22:30:34 -0000 1.20
+++ sound.c 8 Feb 2004 16:28:12 -0000 1.21
@@ -21,8 +21,11 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "E.h"
+
#ifdef HAVE_LIBESD
+#include <esd.h>
#include <audiofile.h>
+
#ifdef WORDS_BIGENDIAN
#define SWAP_SHORT( x ) x = ( ( x & 0x00ff ) << 8 ) | ( ( x >> 8 ) & 0x00ff )
#define SWAP_LONG( x ) x = ( ( ( x & 0x000000ff ) << 24 ) |\
-------------------------------------------------------
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