Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
@fritsch
@wsnipex
@FernetMenta

I've been noticing a problem when trying to build pvr.hts myself based on the ppa:wsnipex/xbmc-fernetmenta-master installation. I have been able to build pvr.hts succesfully until git20160305. All supplied kodi packages from this version onwards produce an error when trying to build pvr.hts. It keeps bugging me I am missing the IFileTypes.h header file. When looking at the git repo I can see it was added somewhere in a pull request but I guess it isn't correctly included when creating the development packages. If I add this file manually from https://github.com/xbmc/xbmc/blob/master...ileTypes.h to /usr/include/kodi everything builds again.

Code:
[ 30%] Building CXX object CMakeFiles/pvr.hts.dir/src/client.cpp.o
In file included from /usr/src/pvr.hts/src/client.h:25:0,
                 from /usr/src/pvr.hts/src/client.cpp:22:
/usr/include/kodi/libXBMC_addon.h:31:24: fatal error: IFileTypes.h: No such file or directory
compilation terminated.
CMakeFiles/pvr.hts.dir/build.make:54: recipe for target 'CMakeFiles/pvr.hts.dir/src/client.cpp.o' failed
make[2]: *** [CMakeFiles/pvr.hts.dir/src/client.cpp.o] Error 1
CMakeFiles/Makefile2:91: recipe for target 'CMakeFiles/pvr.hts.dir/all' failed
make[1]: *** [CMakeFiles/pvr.hts.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2

I have the following packages installed:
Code:
ii  kodi                                   2:17.0~git20160310.0500-6638832-0wily    all          Kodi Media Center (arch-independent data package)
ii  kodi-addon-dev                         2:17.0~git20160310.0500-6638832-0wily    all          Kodi Media Center (General Add-on Dev package)
ii  kodi-audio-dev                         2:17.0~git20160310.0500-6638832-0wily    all          Kodi Media Center (Audio Add-on Dev package)
ii  kodi-bin                               2:17.0~git20160310.0500-6638832-0wily    amd64        Kodi Media Center (binary data package)
ii  kodi-pvr-dev                           2:17.0~git20160310.0500-6638832-0wily    all          Kodi Media Center (PVR Add-on Dev package)
ii  kodi-screensaver-dev                   2:17.0~git20160310.0500-6638832-0wily    all          Kodi Media Center (Screensaver Add-on Dev package)
ii  kodi-visualization-dev                 2:17.0~git20160310.0500-6638832-0wily    all          Kodi Media Center (Visualization Add-on Dev package)
ii  libkodiplatform-dev:amd64              16.0.0-1~wily                            amd64        Kodi platform support library -- development files
ii  libkodiplatform16:amd64                16.0.0-1~wily                            amd64        Kodi platform support library
Reply


Messages In This Thread
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
RE: New Era: VAAPI with EGL interoperation - by prospo - 2016-03-11, 14:51
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18