]> git.sesse.net Git - ffmpeg/commit
configure: Add -framework CoreVideo when building the avfoundation indev
authorMartin Storsjö <martin@martin.st>
Tue, 1 Dec 2015 08:14:00 +0000 (10:14 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 3 Dec 2015 12:28:12 +0000 (14:28 +0200)
commit1077d8c8455b27688de37cd04f8cc253fb37944d
tree1bd14f03c20e50d6f4727baefee75708767aa798
parentbf12a81cc67d62dd45c58e29fa0e9177331cc151
configure: Add -framework CoreVideo when building the avfoundation indev

This fixes builds with --disable-vda, which previously failed with
undefined references to CVImageBuffer* and CVPixelBuffer* functions.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure