diff options
author | Memphiz <memphis@machzwo.de> | 2013-11-20 12:07:34 -0800 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2013-11-20 12:07:34 -0800 |
commit | d2b862bb6f7354dcf67d0a9bb971412d580d8d76 (patch) | |
tree | 800d4fdca31677a0a0482809c35b20aa951d3872 /configure.in | |
parent | 24ce994a311668ff6fbb2840230c24405dd6300a (diff) | |
parent | 506cee724d2f413ac8d91e40caad46ca39c2855d (diff) |
Merge pull request #3633 from Memphiz/cmdline
[osx] - fixed linkage of libxbmc.so, xbmc.bin and xbmc-test
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 00a208bef1..09f11cd32c 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 |