- Timestamp:
- Jun 24, 2010, 1:17:56 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- f1ba976
- Parents:
- 4f58f93
- git-author:
- Quentin Smith <quentin@…> (12/13/09 03:24:47)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:17:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
r32b323f r8625400 300 300 open(STDIN, "/dev/null"); 301 301 #print STDERR Dumper([qw|/usr/bin/mplayer -nolirc -ao alsa -quiet|, $filepath]); 302 my @args = (qw|/usr/bin/mplayer - novideo -vo null-nolirc -ao alsa -cache 512 -really-quiet |, $filepath);302 my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -ao alsa -cache 512 -really-quiet |, $filepath); 303 303 #print STDERR "About to exec: ", Dumper([@args]); 304 304 exec(@args) ||
Note: See TracChangeset
for help on using the changeset viewer.