diff options
author | jstebbins <[email protected]> | 2009-03-28 23:36:41 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-03-28 23:36:41 +0000 |
commit | c9d3e3fe9cc868eab8b786fef1c5166b32fa31a7 (patch) | |
tree | 122a7d53a90522bbe25a48530e0f19143af8eed4 /gtk/src/makedeps.c | |
parent | 9da98dda5e445c2559d1cccf0943e067ac149155 (diff) |
LinGui: make KeepAspect flag differentiate mode 2 and mode 3 anamorphic
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2283 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/makedeps.c')
-rw-r--r-- | gtk/src/makedeps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/src/makedeps.c b/gtk/src/makedeps.c index 386d24af3..98b8aeede 100644 --- a/gtk/src/makedeps.c +++ b/gtk/src/makedeps.c @@ -50,7 +50,6 @@ static dependency_t dep_map[] = {"PictureAutoCrop", "PictureRightCrop", "FALSE", FALSE, FALSE}, {"autoscale", "scale_width", "FALSE", FALSE, FALSE}, {"autoscale", "scale_height", "FALSE", FALSE, FALSE}, - {"anamorphic", "PictureKeepRatio", "FALSE", FALSE, FALSE}, // "CHECK" is a dummy value that forces scale_height deps to // be re-evaluated whenever anamorphic changes {"anamorphic", "scale_height", "CHECK", TRUE, FALSE}, |