Changeset 6d813c3
- Timestamp:
- Feb 25, 2009, 12:21:06 PM (16 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 40b4488
- Parents:
- a041c73
- git-author:
- root <root@…> (02/25/09 12:21:06)
- git-committer:
- root <root@…> (02/25/09 12:21:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
ra041c73 r6d813c3 2 2 # Play the data on STDIN as an audio file 3 3 # 4 # $Id: sipbmp3-filter,v 1.26 2009 -02-20 00:27:17 geofft Exp$5 # $Source: / tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $4 # $Id: sipbmp3-filter,v 1.26 2009/02/20 00:27:17 geofft Exp root $ 5 # $Source: /usr/local/bin/RCS/sipbmp3-filter,v $ 6 6 # 7 7 # TODO … … 97 97 } 98 98 my $tempdir = tempdir(); 99 $opts{'J'} =~ s/_mp3/.mp3/; #awful hack -- geofft 99 100 my $newpath = $tempdir . '/' . basename($opts{'J'}); 100 101 symlink($filepath, $newpath);
Note: See TracChangeset
for help on using the changeset viewer.