From 4c1b7e3dec7560b180dc78a6fadc428d8e5bf48a Mon Sep 17 00:00:00 2001 From: jstebbins Date: Sat, 5 May 2012 16:50:50 +0000 Subject: [PATCH] LinGui: Enable advanced options entry box for mpeg4 codec This broke when I renamed the internal value from "ffmpeg" to "ffmpeg4" Thanks to Rogerio Brito for noticing this and submitting a patch! git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.9.x@4639 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/src/makedeps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py index d7c2fa762..674c56d6c 100644 --- a/gtk/src/makedeps.py +++ b/gtk/src/makedeps.py @@ -47,7 +47,7 @@ dep_map = ( DepEntry("PictureAutoCrop", "PictureLeftCrop", "FALSE", False, False), DepEntry("PictureAutoCrop", "PictureRightCrop", "FALSE", False, False), DepEntry("VideoEncoder", "x264_tab", "x264", False, True), - DepEntry("VideoEncoder", "lavc_mpeg4_tab", "ffmpeg|ffmpeg2", False, True), + DepEntry("VideoEncoder", "lavc_mpeg4_tab", "ffmpeg|ffmpeg4|ffmpeg2", False, True), DepEntry("VideoEncoder", "Mp4iPodCompatible", "x264", False, False), DepEntry("AudioTrackQualityEnable", "AudioTrackQuality", "FALSE", True, False), DepEntry("AudioTrackQualityEnable", "AudioTrackQualityValue", "FALSE", True, False), -- 2.40.0