diff options
author | davilla <davilla@4pi.com> | 2012-06-22 10:54:36 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 19:14:43 -0400 |
commit | 175acf61d10de5e8c9fbac9a8299c99c84b66b02 (patch) | |
tree | 407ea7583549ab46af9d760ea83f5d6d8bebc659 /configure.in | |
parent | a7a4e65d3c9921fdfe2320bb5d47b97ed424d7e8 (diff) |
[droid] fixed, do not pass our CPPFLAGS/CXXFLAGS into ffmpeg, --extra-cflags is sufficient
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 139a5a5088..f04dd86097 100755 --- a/configure.in +++ b/configure.in @@ -2304,6 +2304,8 @@ XB_CONFIG_MODULE([lib/ffmpeg], [ sed -ie "s# -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 # #" config.mak else CFLAGS="" \ + CPPFLAGS="" \ + CXXFLAGS="" \ LDFLAGS="$(echo "$LDFLAGS" | sed "s/-Wl,-Bsymbolic-functions//g")" \ ./configure \ --extra-cflags="$PASSED_CFLAGS $FFMPEG_EXTRACFLAGS" \ |