diff options
author | Memphiz <memphis@machzwo.de> | 2013-11-12 14:16:32 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-11-12 14:19:30 +0100 |
commit | efa8376b8ffd45d9cc2881cb07acd6eddf88d29f (patch) | |
tree | 16e78ceb3464e3179822d7ec7e53fbe4c60f105b /configure.in | |
parent | 5c4ff5ed0b597254279e93f32c883da0b52df2c5 (diff) |
[osx/gtest] - fix linkage of xbmc-test binary (ffmpeg now needs expliciti linkage agaoinst framework VDA, and some new source files were missing in the makefiles)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3af405d848..a22091f24d 100644 --- a/configure.in +++ b/configure.in @@ -843,6 +843,7 @@ if test "$host_vendor" = "apple" ; then LIBS="$LIBS -framework IOSurface" LIBS="$LIBS -framework QuartzCore" LIBS="$LIBS -framework SystemConfiguration" + LIBS="$LIBS -framework VideoDecodeAcceleration" fi USE_EXTERNAL_FFMPEG=1 elif test "$target_platform" = "target_raspberry_pi"; then |