diff options
author | davilla <davilla@svn> | 2010-07-14 23:55:34 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-07-14 23:55:34 +0000 |
commit | d8f2e109b0c37430e0ad0b28be94464d595f14c2 (patch) | |
tree | 7056b51f248f2716b29b0ed089ae3a40026c4320 /configure.in | |
parent | c0ecba97e3d7f191de6d37cc06a167daa8b8d6af (diff) |
[omx] fix path for tegra L4T OpenMax, thanks Dawgmatix for finding
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31809 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index c58ccfd0ce..0f575dcdf0 100644 --- a/configure.in +++ b/configure.in @@ -942,11 +942,11 @@ if test "$host_vendor" = "apple" ; then AC_MSG_NOTICE($openmax_disabled) else if test "$use_openmax" = "yes"; then - AC_CHECK_HEADER([OpenMAX/il/OMX_Types.h], + AC_CHECK_HEADER([OpenMAX/IL/OMX_Types.h], AC_DEFINE([HAVE_LIBOPENMAX], [1], [Define to 1 if you have the 'OpenMax' library.]), use_openmax=no;AC_MSG_RESULT($openmax_not_found)) if test "$use_openmax" = "yes"; then - INCLUDES="$INCLUDES -I/usr/include/OpenMAX/il" + INCLUDES="$INCLUDES -I/usr/include/OpenMAX/IL" fi else AC_MSG_NOTICE($openmax_disabled) |