diff options
Diffstat (limited to 'gtk/src/makedeps.c')
-rw-r--r-- | gtk/src/makedeps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/src/makedeps.c b/gtk/src/makedeps.c index 966f2ae78..d0f084c9f 100644 --- a/gtk/src/makedeps.c +++ b/gtk/src/makedeps.c @@ -56,13 +56,10 @@ static dependency_t dep_map[] = {"audio_codec", "audio_mix", "ac3", TRUE}, {"audio_codec", "audio_drc", "ac3", TRUE}, {"x264_bframes", "x264_weighted_bframes", "0", TRUE}, - {"x264_bframes", "x264_brdo", "0", TRUE}, - {"x264_bframes", "x264_bime", "0", TRUE}, {"x264_bframes", "x264_bpyramid", "<2", TRUE}, {"x264_bframes", "x264_direct", "0", TRUE}, {"x264_refs", "x264_mixed_refs", "<2", TRUE}, {"x264_cabac", "x264_trellis", "TRUE", FALSE}, - {"x264_subme", "x264_brdo", "<6", TRUE}, {"x264_me", "x264_merange", "umh|esa", FALSE}, {"chapter_markers", "chapters_list", "TRUE", FALSE}, {"use_source_name", "chapters_in_destination", "TRUE", FALSE}, |