diff options
Diffstat (limited to 'scripts/manicure.rb')
-rwxr-xr-x | scripts/manicure.rb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/scripts/manicure.rb b/scripts/manicure.rb index d4afb3ed2..6764a3e1f 100755 --- a/scripts/manicure.rb +++ b/scripts/manicure.rb @@ -508,11 +508,6 @@ class Display commandString << " -I" end - # 64-bit files - if hash["Mp4LargeFile"] == 1 - commandString << " -4" - end - #MP4 Optimize for HTTP Streaming if hash["Mp4HttpOptimize"].to_i == 1 commandString << " -O" @@ -912,11 +907,6 @@ class Display commandString << " -I" end - # 64-bit files - if hash["Mp4LargeFile"] == 1 - commandString << " -4" - end - #MP4 Optimize for HTTP Streaming if hash["Mp4HttpOptimize"].to_i == 1 commandString << " -O" @@ -1081,11 +1071,6 @@ class Display commandString << "job->ipod_atom = 1;\n " end - # 64-bit files - if hash["Mp4LargeFile"] == 1 - commandString << "job->largeFileSize = 1;\n " - end - #MP4 Optimize for HTTP Streaming if hash["Mp4HttpOptimize"].to_i == 1 commandString << "job->mp4_optimize = 1;\n " @@ -1774,11 +1759,6 @@ class Display commandString << " -I" end - # 64-bit files - if hash["Mp4LargeFile"] == 1 - commandString << " -4" - end - #MP4 Optimize for HTTP Streaming if hash["Mp4HttpOptimize"].to_i == 1 commandString << " -O" |