Changeset 5686:e84d8862c65b in roaraudio for roarclients


Ignore:
Timestamp:
09/28/12 11:56:51 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed linkage error for libshout on win32. Closes: #331

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/Makefile

    r5546 r5686  
    2929LDFLAGS   += -g -L../lib/ $(LDPATH) 
    3030LIBS       = $(LIBROAR) 
    31 SHOUTLIBS  = $(lib_shout) $(LIBS) 
     31SHOUTLIBS  = $(lib_shout) $(pthread) $(LIBS) 
    3232VORBISLIBS = $(lib_vorbisfile) $(lib_vorbis) $(lib_ogg) $(LIBS) 
    3333 
Note: See TracChangeset for help on using the changeset viewer.