info@mobile-stream.com 6de784e835 main/faac: fix build with gcc8 (useful -Werror)
gcc8 reports meaningful -Wpointer-compare case in common/mp4v2/rtphint.cpp:345
however fixing it directly will enable previously unused code block. This may
be dangerous since the bundled mp4v2 library is *very* old and there is no test
suite. Moreover, upstream no longer ships mp4v2 at all in faac-1.29+.

So just pass -fpermissive in CXXFLAGS for now to avoid any behaviour changes.

This work-around should be removed on faac upgrade or proper fix.
2018-11-30 12:48:49 +00:00
..