Use propper ffmpeg compatiblity instead of relying on deprecated functions

This commit is contained in:
BtbN
2014-06-28 20:45:10 +02:00
parent ed9d5b1d63
commit 17a9fcaafb
3 changed files with 28 additions and 3 deletions

View File

@@ -223,7 +223,8 @@ set(libobs_libobs_HEADERS
obs-module.h
obs-scene.h
obs-source.h
obs-output.h)
obs-output.h
obs-ffmpeg-compat.h)
set(libobs_SOURCES
${libobs_callback_SOURCES}