Skip to content

Commit

Permalink
quicktime: remove deprecate module
Browse files Browse the repository at this point in the history
from Apple website:

"Deprecated in OS X v10.9. Use AVFoundation.framework and AVKit.framework
 instead."

Ref: https://developer.apple.com/library/content/documentation/MacOSX/Conceptual/OSX_Technology_Overview/SystemFrameworks/SystemFrameworks.html

please use qtcapture or avcapture modules instead
  • Loading branch information
alfredh committed Nov 12, 2017
1 parent f07b14e commit 8e024d8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 336 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Distributed under BSD license
- FFmpeg/libav libavformat/avdevice input
- Cairo video-source test module
- Direct Show video-source
- MacOSX QTcapture/quicktime video-source
- MacOSX QTcapture/AVCapture video-source
- RST media player
- Linux V4L/V4L2 video-source
- X11 grabber video-source
Expand Down Expand Up @@ -272,7 +272,6 @@ portaudio Portaudio driver
pulse Pulseaudio driver
presence Presence module
qtcapture Apple QTCapture video source driver
quicktime Apple Quicktime video source driver (deprecated)
rst Radio streamer using mpg123
sdl Simple DirectMedia Layer (SDL) video output driver
sdl2 Simple DirectMedia Layer v2 (SDL2) video output driver
Expand Down
11 changes: 0 additions & 11 deletions modules/quicktime/module.mk

This file was deleted.

323 changes: 0 additions & 323 deletions modules/quicktime/quicktime.c

This file was deleted.

0 comments on commit 8e024d8

Please sign in to comment.