diff options
Diffstat (limited to 'package/x264/Config.in')
-rw-r--r-- | package/x264/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/x264/Config.in b/package/x264/Config.in index 5e614b56bf..be3ab3f3e2 100644 --- a/package/x264/Config.in +++ b/package/x264/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_X264 bool "x264" - depends on BR2_LARGEFILE help x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC @@ -18,6 +17,3 @@ config BR2_PACKAGE_X264_CLI H.264/MPEG-4 AVC compression format. endif - -comment "x264 needs a toolchain w/ largefile" - depends on !BR2_LARGEFILE |