diff options
author | jstebbins <[email protected]> | 2012-05-05 16:50:50 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-05-05 16:50:50 +0000 |
commit | 4c1b7e3dec7560b180dc78a6fadc428d8e5bf48a (patch) | |
tree | 17b7e1ea37700f4369ce2b1bcd3744344366dc91 | |
parent | 9d771485a276dff52c9f23f2cfe3e16411f5dd43 (diff) |
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
-rw-r--r-- | gtk/src/makedeps.py | 2 |
1 files changed, 1 insertions, 1 deletions
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), |