Changeset 73cfabc


Ignore:
Timestamp:
Oct 6, 2008, 8:20:36 PM (16 years ago)
Author:
quentin <quentin>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
b011fb0
Parents:
06133dc
git-author:
quentin <quentin> (10/06/08 20:20:36)
git-committer:
quentin <quentin> (10/06/08 20:20:36)
Message:

print URL when playing stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    r06133dc r73cfabc  
    22# Play the data on STDIN as an audio file
    33#
    4 # $Id: sipbmp3-filter,v 1.21 2008-10-05 23:55:59 quentin Exp $
     4# $Id: sipbmp3-filter,v 1.22 2008-10-07 00:20:36 quentin Exp $
    55# $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $
    66#
     
    9595elsif ($opts{'C'} eq 'Z') {
    9696    $filepath = resolve_external_reference($filepath, \%opts);
     97    printf(ZEPHYR "%s\n", $filepath);
    9798}
    9899elsif (-T $filepath) {
Note: See TracChangeset for help on using the changeset viewer.