diff options
author | davilla <davilla@svn> | 2010-06-18 18:06:38 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-06-18 18:06:38 +0000 |
commit | 6acf348e61875269ef7c03a8cd182850afa668d7 (patch) | |
tree | 0e5ec1e766c760f505e8c168f91d4b95b25dd4e7 /configure.in | |
parent | 1dfcf1c0e90dab0250fb74280aebf01520fb455f (diff) |
[osx] fixed, libvpx usage by internal FFmpeg
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31185 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
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 52df195103..9ae9e27045 100644 --- a/configure.in +++ b/configure.in @@ -1530,6 +1530,7 @@ XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/ffmpeg], [ if test "$host_vendor" = "apple" ; then ./configure \ --extra-cflags="$CFLAGS -w -D_DARWIN_C_SOURCE -Dattribute_deprecated=" \ + `if test "$use_vpx" = "yes"; then echo --extra-ldflags="-L/opt/local/lib"; fi` \ --disable-amd3dnow \ --disable-static \ `if test "$use_debug" = "no"; then echo --disable-debug; fi` \ |