Public bug reported:

xine/buffer.h has an inlined function, but uses the "inline" term to do
so. This causes any app that uses C90 mode on GCC to break when building
against Xine. The correct solution, short of removing the inline, is to
use __inline__ so GCC can inline the call while not breaking C90
applications.

** Affects: xine-lib (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Xine's headers prevent C90 applications (like KDE) from compiling
https://bugs.launchpad.net/bugs/274194
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to