[omx] fix path for tegra L4T OpenMax, thanks Dawgmatix for finding
authordavilla <davilla@svn>
Wed, 14 Jul 2010 23:55:34 +0000 (23:55 +0000)
committerdavilla <davilla@svn>
Wed, 14 Jul 2010 23:55:34 +0000 (23:55 +0000)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@31809 568bbfeb-2a22-0410-94d2-cc84cf5bfa90

configure.in

index c58ccfd..0f575dc 100644 (file)
@@ -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)