BradLarson / GPUImage2

GPUImage 2 is a BSD-licensed Swift framework for GPU-accelerated video and image processing.
BSD 3-Clause "New" or "Revised" License
4.88k stars 611 forks source link

Compatibility Issue with Swift 4.1 #259

Closed nikhil2128 closed 6 years ago

nikhil2128 commented 6 years ago

A big thanks to @BradLarson for creating such an awesome library.

After the latest merge, an error occurred while compiling the library with Swift 4.1

In camera.swift, Line#157, AVMediaTypeVideo should be renamed to AVMediaType.video

Please check this issue at the earliest.