Changeset 4ac44b2 for debian/lib/gutenbach
- Timestamp:
- Jun 24, 2010, 1:48:08 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 1e04f22
- Parents:
- c6f9cbe
- git-author:
- Jessica B. Hamrick <jhamrick@…> (05/13/10 17:30:51)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/lib/gutenbach
r5bb5b34 r4ac44b2 299 299 if ($pid) { #parent 300 300 # Check if there were any errors 301 301 302 if ($_ = <MP3STATUS>) { 302 303 print ZEPHYR "Playback completed with the following errors:\n"; 303 print ZEPHYR $_;304 304 while (<MP3STATUS>) { 305 305 print ZEPHYR $_; … … 319 319 open(STDIN, "/dev/null"); 320 320 321 my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc - ao alsa -cache 512-really-quiet |, $filepath);321 my @args = (qw|/usr/bin/mplayer -vo fbdev2 -zoom -x 1024 -y 768 -framedrop -nolirc -cache 512 -ao alsa -really-quiet |, $filepath); 322 322 #print STDERR "About to exec: ", Dumper([@args]); 323 323 exec(@args) ||
Note: See TracChangeset
for help on using the changeset viewer.