Changeset 5686:e84d8862c65b in roaraudio


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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r5685 r5686  
    77        * Improved roar-config. 
    88        * Install parts from build system (Closes: #325) 
    9         * Re-ported to win32 (Closes: #330) 
     9        * Re-ported to win32 (Closes: #330, #331) 
    1010 
    1111v. 1.0beta6 - Fri Sep 21 2012 18:03 CEST 
  • 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.