summaryrefslogtreecommitdiffstats
path: root/gtk/src/makedeps.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/makedeps.c')
-rw-r--r--gtk/src/makedeps.c4
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},