Changeset 1143:252903e35adc in roaraudio for roard/driver.c


Ignore:
Timestamp:
01/21/09 22:55:11 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added :port to device info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver.c

    r975 r1143  
    4242#endif 
    4343#ifdef ROAR_HAVE_LIBSHOUT 
    44  {"shout", "libshout streaming", "http://user:pw@host/mount.ogg", NULL, driver_shout_close, NULL, NULL, NULL, NULL, driver_shout_open_vio}, 
     44 {"shout", "libshout streaming", "http://user:pw@host:port/mount.ogg", NULL, driver_shout_close, NULL, NULL, NULL, NULL, driver_shout_open_vio}, 
    4545#endif 
    4646 {NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL} // end of list 
Note: See TracChangeset for help on using the changeset viewer.