Commit 902cc2d4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove older iOS vout

parent f187b2ed
Changes between 2.1.x and 2.2.0-git: Changes between 2.1.x and 2.2.0-git:
-------------------------------- --------------------------------
Video Output:
* Direct rendering and filtering for VDPAU hardware acceleration
Removed modules:
* ios video output: use ios2
Changes between 2.0.x and 2.1.0: Changes between 2.0.x and 2.1.0:
-------------------------------- --------------------------------
......
...@@ -377,7 +377,6 @@ $Id$ ...@@ -377,7 +377,6 @@ $Id$
* volume_neon: audio volume optimized for ARM NEON * volume_neon: audio volume optimized for ARM NEON
* vorbis: a vorbis audio decoder/packetizer using the libvorbis library * vorbis: a vorbis audio decoder/packetizer using the libvorbis library
* vout_ios2: iOS video provider using OpenGL ES 2 * vout_ios2: iOS video provider using OpenGL ES 2
* vout_ios: iOS video output
* vout_macosx: Mac OS X OpenGL provider * vout_macosx: Mac OS X OpenGL provider
* vout_sdl: video output module using the SDL library * vout_sdl: video output module using the SDL library
* vsxu: audio visualization using Vovoid VSXu * vsxu: audio visualization using Vovoid VSXu
......
...@@ -7,7 +7,6 @@ SOURCES_directfb = directfb.c ...@@ -7,7 +7,6 @@ SOURCES_directfb = directfb.c
SOURCES_vmem = vmem.c SOURCES_vmem = vmem.c
SOURCES_yuv = yuv.c SOURCES_yuv = yuv.c
SOURCES_vout_macosx = macosx.m opengl.h opengl.c SOURCES_vout_macosx = macosx.m opengl.h opengl.c
SOURCES_vout_ios = ios.m opengl.h opengl.c
SOURCES_vout_ios2 = ios2.m opengl.h opengl.c SOURCES_vout_ios2 = ios2.m opengl.h opengl.c
SOURCES_android_surface = androidsurface.c SOURCES_android_surface = androidsurface.c
......
This diff is collapsed.
...@@ -1140,7 +1140,6 @@ modules/video_output/egl.c ...@@ -1140,7 +1140,6 @@ modules/video_output/egl.c
modules/video_output/fb.c modules/video_output/fb.c
modules/video_output/gl.c modules/video_output/gl.c
modules/video_output/glx.c modules/video_output/glx.c
modules/video_output/ios.m
modules/video_output/ios2.m modules/video_output/ios2.m
modules/video_output/kva.c modules/video_output/kva.c
modules/video_output/macosx.m modules/video_output/macosx.m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment