mpenkov / ffmpeg-tutorial

A set of tutorials that demonstrates how to write a video player based on FFmpeg
http://www.ffmpeg.org/documentation.html
1.23k stars 396 forks source link

Does not require OpenCV #3

Closed brianthelion closed 12 years ago

brianthelion commented 12 years ago

The included Makefile fails if OpenCV is not installed despite the fact that none of the .c files reference OpenCV headers.

mpenkov commented 12 years ago

Thank you for pointing this out. I've updated the Makefile to remove any mention of opencv.