diff -ruaN tablet-encode-2.30.orig//tablet-encode tablet-encode-2.30/tablet-encode --- tablet-encode-2.30.orig//tablet-encode 2009-11-07 16:39:06.000000000 +0000 +++ tablet-encode-2.30/tablet-encode 2011-12-18 09:45:28.000000000 +0000 @@ -31,7 +31,7 @@ mplayer => { abitrate => 192, vbitrate => 1200, width => 400, height => 240 }, n900 => { abitrate => 192, vbitrate => 2000, width => 800, height => 480 } ); -$CONFIGURE_FILE = "$ENV{HOME}/.tablet-encode.conf"; +$CONFIGURE_FILE = "/home/mythtv/.tablet-encode.conf"; our %options = (); Getopt::Long::Configure("bundling");