Skip to content
Commit 8e49262b authored by Belal, Awais's avatar Belal, Awais Committed by Martin Jansa
Browse files

mplayer2: fix building with gcc 5.x



This patch works around a potential problem in the theora
glue code where it assumes that the compiler will
somehow find a function which is not exported explicitly
through the libtheora library. Due to this problem the
build fails with gcc-5.x compiler.
The included patch essentially backports a commit which
updates the glue code to use the Theora 1.0 API to
eliminate this problem and PNBLACKLIST is cleared
for mplayer2.

Signed-off-by: default avatarAwais Belal <awais_belal@mentor.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent e27a8ed9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment