From: lekma Date: Sun, 21 Aug 2016 09:51:57 +0000 (+0200) Subject: [configure]: omx configure (let's hope I got it right this time) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19f0dfb1ab82274f155a7f9f1b0be820d9a04b14;p=thirdparty%2Ftvheadend.git [configure]: omx configure (let's hope I got it right this time) --- diff --git a/configure b/configure index c6642d82d..974974de5 100755 --- 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