blob: 5f5c5c7cda2dcf332dc2df37ca3ab23b501a9034 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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");
|