Pārlūkot izejas kodu

MVK: enable avcodec-fast on 32bit iOS devices only

64bit devices should be powerful enough to decode the fullset of mp2v contents
Felix Paul Kühne 9 gadi atpakaļ
vecāks
revīzija
242ff81078
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Sources/VLCLibrary.m

+ 2 - 0
Sources/VLCLibrary.m

@@ -104,8 +104,10 @@ static VLCLibrary * sharedLibrary = nil;
                       @"--no-stats",
                       @"--no-snapshot-preview",
 #ifndef NOSCARYCODECS
+#ifndef __LP64__
                       @"--avcodec-fast",
 #endif
+#endif
                       @"--text-renderer=freetype",
                       @"--avi-index=3"];
     }