Seems you need to do the same for the rest of the packages. The -dev versions I mean.
Which packages in particular?
Okay, so I see:
Code:
/home/phanta/git/obs-studio/plugins/obs-ffmpeg/obs-ffmpeg-formats.h:7:4: error: ‘AV_ROUND_NEAR_INF’ undeclared (first use in this function)
AV_ROUND_NEAR_INF | AV_ROUND_PASS_MINMAX);
^
But AV_ROUND_NEAR_INF should be provided by libavutil-dev, if I'm not mistaken.
(Either that, or FFmpeg)
EDIT: Okay, so I managed to install OBS from the ppa repo's by installing some libraries from sid-unstable. It would still be nice for the issues above to be addressed, though.