diff options
author | jstebbins <[email protected]> | 2009-01-26 18:48:29 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-01-26 18:48:29 +0000 |
commit | a1beb04d523c26c851e820572507cbff8b27e637 (patch) | |
tree | fe4436f4a8cf3f6035f66ad4f79adbd19916a346 /gtk/src/makedeps.c | |
parent | a886670f9477c883d3502e24b4ca31efa0db9676 (diff) |
LinGui: ui support for new anamorphic parameters in libhb
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2098 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/makedeps.c')
-rw-r--r-- | gtk/src/makedeps.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/src/makedeps.c b/gtk/src/makedeps.c index 308786f48..3aa6fcf6d 100644 --- a/gtk/src/makedeps.c +++ b/gtk/src/makedeps.c @@ -46,7 +46,9 @@ static dependency_t dep_map[] = {"autoscale", "scale_width", "FALSE", FALSE}, {"autoscale", "scale_height", "FALSE", FALSE}, {"anamorphic", "PictureKeepRatio", "FALSE", FALSE}, - {"anamorphic", "scale_height", "FALSE", FALSE}, + // "CHECK" is a dummy value that forces scale_height deps to + // be re-evaluated whenever anamorphic changes + {"anamorphic", "scale_height", "CHECK", TRUE}, {"PictureKeepRatio", "scale_height", "FALSE", FALSE}, {"VideoEncoder", "x264_tab", "x264", FALSE}, {"VideoEncoder", "x264_tab_label", "x264", FALSE}, |