Changeset 692:3aa6bf8295d3 in roaraudio


Ignore:
Timestamp:
08/28/08 02:57:08 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

explicitly request libvorbis as it is needed on MAC OS X

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/Makefile

    r655 r692  
    1111INCLUDE = -I../include -I./include 
    1212CFLAGS  = -g -Wall -O2 $(DEFINES) $(INCLUDE) $(INCPATH) 
    13 LDFLAGS = -g -L../lib/ $(LDPATH) -lroar -lroardsp $(lib_esd) $(lib_ao) $(lib_vorbisfile) $(lib_vorbisenc) -lm $(lib_celt) $(lib_speex) 
     13LDFLAGS = -g -L../lib/ $(LDPATH) -lroar -lroardsp $(lib_esd) $(lib_ao) $(lib_vorbisfile) $(lib_vorbisenc) -lm $(lib_celt) $(lib_speex) $(lib_vorbis) 
    1414 
    1515all: ${TARGETS} 
Note: See TracChangeset for help on using the changeset viewer.