diff options
author | jstebbins <[email protected]> | 2008-10-09 18:35:55 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-10-09 18:35:55 +0000 |
commit | f63cfb81c8a7e3eba6ca68c7399cece5f57bbb3c (patch) | |
tree | b1b07b86003cc7013bf983797c21a5264f1a4c32 /gtk/src/widget_deps | |
parent | e4e23f4271c0cc4d004d0b54a67664c87affa27c (diff) |
LinGui: Changes required by latest x264
Loose b-rdo and bime options. Allow subme to go to 9.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1823 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/widget_deps')
-rw-r--r-- | gtk/src/widget_deps | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/src/widget_deps b/gtk/src/widget_deps index ceb6c79fb..c7150471f 100644 --- a/gtk/src/widget_deps +++ b/gtk/src/widget_deps @@ -92,8 +92,6 @@ <key>x264_bframes</key> <array> <string>x264_weighted_bframes</string> - <string>x264_brdo</string> - <string>x264_bime</string> <string>x264_bpyramid</string> <string>x264_direct</string> </array> @@ -109,9 +107,5 @@ <array> <string>x264_mixed_refs</string> </array> - <key>x264_subme</key> - <array> - <string>x264_brdo</string> - </array> </dict> </plist> |