]> git.sesse.net Git - vlc/blob - contrib/src/ffmpeg/vda.patch
contrib: ffmpeg: fix OSX linking with vda enabled
[vlc] / contrib / src / ffmpeg / vda.patch
1 --- ffmpeg-git/configure.orig   2011-11-24 19:07:09.080887690 -0500
2 +++ ffmpeg-git/configure        2011-11-24 19:07:36.597024164 -0500
3 @@ -3000,6 +3000,7 @@
4      if check_header VideoDecodeAcceleration/VDADecoder.h; then
5          enable vda
6          add_ldflags -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore
7 +        add_extralibs -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore
8      fi
9  fi
10