Changeset 431:ecdfae11c7da in roaraudio


Ignore:
Timestamp:
08/11/08 15:02:52 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use lib_* from Makefile.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/Makefile

    r371 r431  
    55CF=codecfilter_cmd.o codecfilter_vorbis.o codecfilter_celt.o codecfilter_speex.o 
    66 
     7include ../Makefile.conf 
     8 
    79CELT_PREFIX=/home/phi/superhome/xiph/celt-test/ 
    810#DEFINES        = -DDEBUG 
     
    1012INCLUDE = -I../include -I./include 
    1113CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) -I$(CELT_PREFIX)/include 
    12 LDFLAGS = -g -L../lib/ -lroar -lesd -lao -lvorbisfile -lm -L$(CELT_PREFIX)/lib -lcelt -lspeex 
     14LDFLAGS = -g -L../lib/ -lroar $(lib_esd) $(lib_ao) $(lib_vorbisfile) -lm -L$(CELT_PREFIX)/lib $(lib_celt) $(lib_speex) 
    1315 
    1416all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.