Changeset 5832:f0b38d5ea016 in roaraudio for libroar/cdrom.c


Ignore:
Timestamp:
01/06/13 16:15:56 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_libroar_get_path_static() and make use of it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/cdrom.c

    r5823 r5832  
    9191 close(fh[1]); 
    9292 
    93  execl(ROAR_HAVE_BIN_CDPARANOIA, "cdparanoia", "--force-cdrom-device", "/dev/stdin", "-q", 
     93 execl(roar_libroar_get_path_static("bin-cdparanoia"), roar_libroar_get_path_static("bin-cdparanoia"), "--force-cdrom-device", roar_libroar_get_path_static("dev-stdin"), "-q", 
    9494                ROAR_CDROM_CDPARANOIA_OUTPUTFORMAT, pos, "-", NULL); 
    9595 
Note: See TracChangeset for help on using the changeset viewer.