updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / vdr-burn / 03_default-requantizer.dpatch
blob6f561ba3958dba11a19b1ac73060ac0c36cd7881
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 03_default-requantizer.dpatch by Tobias Grimm <tg@e-tobi.net>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Make transcode's tcrequant the default requantize as long as
6 ## DP: metakine's requantizer is not available for Debian.
8 @DPATCH@
9 diff -urNad vdr-plugin-burn-0.0.009+pre21~/setup.c vdr-plugin-burn-0.0.009+pre21/setup.c
10 --- vdr-plugin-burn-0.0.009+pre21~/setup.c 2006-09-16 20:33:37.000000000 +0200
11 +++ vdr-plugin-burn-0.0.009+pre21/setup.c 2006-09-23 22:23:20.000000000 +0200
12 @@ -87,7 +87,7 @@
13 PROCTOOLS_INIT_PROPERTY( CustomDiskSize, 200 ),
14 PROCTOOLS_INIT_PROPERTY( BurnSpeed, 0 ),
15 PROCTOOLS_INIT_PROPERTY( DemuxType, demuxtype_vdrsync ),
16 - PROCTOOLS_INIT_PROPERTY( RequantType, requanttype_metakine ),
17 + PROCTOOLS_INIT_PROPERTY( RequantType, requanttype_transcode ),
18 PROCTOOLS_INIT_PROPERTY( PreserveLogFiles, false ),
19 PROCTOOLS_INIT_PROPERTY( DefaultLanguage, 0 ),
20 PROCTOOLS_INIT_PROPERTY( MainMenuStatus, true ),