decoder/ffmpeg: move code to class FfmpegBuffer

This commit is contained in:
Max Kellermann
2014-12-18 21:28:50 +01:00
parent 2dfe2fb22c
commit a142f93dca
3 changed files with 84 additions and 17 deletions
+1
View File
@@ -817,6 +817,7 @@ endif
if ENABLE_FFMPEG
noinst_LIBRARIES += libffmpeg.a
libffmpeg_a_SOURCES = \
src/lib/ffmpeg/Buffer.hxx \
src/lib/ffmpeg/LogError.cxx src/lib/ffmpeg/LogError.hxx \
src/lib/ffmpeg/Error.cxx src/lib/ffmpeg/Error.hxx \
src/lib/ffmpeg/Domain.cxx src/lib/ffmpeg/Domain.hxx