Changeset 014f817
- Timestamp:
- Mar 1, 2009, 7:42:02 AM (16 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- f6c9736
- Parents:
- c2f6180
- git-author:
- Geoffrey Thomas <geofft@…> (03/01/09 07:42:02)
- git-committer:
- Geoffrey Thomas <geofft@…> (03/01/09 07:42:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
rc2f6180 r014f817 284 284 open(STDIN, "/dev/null"); 285 285 #print STDERR Dumper([qw|/usr/bin/mplayer -nolirc -ao alsa -quiet|, $filepath]); 286 my @args = (qw|/usr/bin/mplayer - vo null -nolirc -ao alsa -cache 512 -really-quiet|, $filepath);286 my @args = (qw|/usr/bin/mplayer -novideo -vo null -nolirc -ao alsa -cache 512 |, $filepath); 287 287 #print STDERR "About to exec: ", Dumper([@args]); 288 288 exec(@args) ||
Note: See TracChangeset
for help on using the changeset viewer.