Changeset abc5705 for debian/lib
- Timestamp:
- Jun 24, 2010, 1:48:08 AM (14 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- 5bb5b34
- Parents:
- 3778176
- git-author:
- Jessica Hamrick <jhamrick@…> (05/12/10 23:21:36)
- git-committer:
- Jessica B. Hamrick <jhamrick@…> (06/24/10 01:48:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/lib/gutenbach
r3778176 rabc5705 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 -ao alsa -cache 512 |, $filepath); 322 322 #print STDERR "About to exec: ", Dumper([@args]); 323 323 exec(@args) ||
Note: See TracChangeset
for help on using the changeset viewer.