From: jstebbins Date: Sat, 5 May 2012 16:50:50 +0000 (+0000) Subject: LinGui: Enable advanced options entry box for mpeg4 codec X-Git-Tag: 0.9.6.1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c1b7e3dec7560b180dc78a6fadc428d8e5bf48a;p=handbrake 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 --- 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),