Changes between Version 4 and Version 5 of ReleaseNotes-2.0


Ignore:
Timestamp:
Dec 15, 2010 7:29:10 AM (13 years ago)
Author:
ming
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes-2.0

    v4 v5  
    2222    - renderer: 
    2323      - Simple Direct Media Layer (SDL) (Win32, Mac OS X, Linux, etc.) 
     24      - iOS UIView 
    2425    - capture: 
    2526      - !QuickTime (MacOS X) 
    2627      - Video4Linux4 (Linux) 
    2728      - !DirectShow (Win32) 
     29      - iOS AVFoundation (iOS 4 or later)  
    2830      - ffmpeg capture (unfinished) 
    2931      - Color bar (all platforms) 
     
    117119}}} 
    118120 
     121== Misc == 
     122 
     123=== iPhone === 
     124 
     125==== SDL ==== 
     126 
     127SDL has an iPhone support starting from 1.3. However, since SDL 1.3 features a different set of APIs compared to 1.2 and 1.3 is still under development, it is not yet supported at the moment. You can disable SDL using {{{./configure-iphone --disable-sdl}}}. 
     128 
     129==== ffmpeg ==== 
     130 
     131Instructions on how to build ffmpeg for iPhone is available [https://github.com/yuvi/gas-preprocessor here]. 
    119132 
    120133{{{