Changeset 366:1615328b219a in roaraudio


Ignore:
Timestamp:
08/03/08 14:17:38 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

renamed math.[ch] to poly.[ch] to solve probs with includung of <math.h>

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/libroar.h

    r347 r366  
    2020#include "buffer.h" 
    2121#include "convert.h" 
    22 #include "math.h" 
     22#include "poly.h" 
    2323#include "meta.h" 
    2424#include "file.h" 
  • libroar/Makefile

    r347 r366  
    11TARGETS=libroar.so 
    2 OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o math.o meta.o file.o midi.o acl.o 
     2OBJS=libroar.o basic.o stream.o simple.o auth.o socket.o ctl.o buffer.o convert.o poly.o meta.o file.o midi.o acl.o 
    33 
    44#DEFINES        = -DDEBUG 
Note: See TracChangeset for help on using the changeset viewer.