]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
[configure]: omx configure (let's hope I got it right this time)
authorlekma <lekmalek@gmail.com>
Sun, 21 Aug 2016 09:51:57 +0000 (11:51 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 28 Aug 2017 13:32:17 +0000 (15:32 +0200)
configure

index c6642d82dd6c5888c3f68612dd9d0a6c9fbdfc85..974974de59803d1b2ba3d748ce331df64bc60637 100755 (executable)
--- a/configure
+++ b/configure
@@ -551,9 +551,9 @@ if enabled ffmpeg_static; then
   # omx
   if enabled omx; then
     has_omx=true
-    check_cc_header "/opt/vc/include/bcm_host" omx_rpi
+    check_cc_header "bcm_host" omx_rpi
     if enabled omx_rpi; then
-      check_cc_header "/opt/vc/include/IL/OMX_Core" omx || has_omx=false
+      check_cc_header "IL/OMX_Core" omx || has_omx=false
     else
       check_cc_header OMX_Core omx || has_omx=false
     fi