diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-05-22 14:34:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-05-22 14:34:27 +0100 |
| commit | 85d343a420c4df1a08663c8afd3bdb73c8dfa985 (patch) | |
| tree | ce32da7c35fb8e462a922627145055d94d3a3500 /test/ffmpeg_examiner_test.cc | |
| parent | a23133da6ed512ee179e60f6787ba34ccbdb5e7d (diff) | |
Move FFmpegStream classes into their own source files.
Diffstat (limited to 'test/ffmpeg_examiner_test.cc')
| -rw-r--r-- | test/ffmpeg_examiner_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ffmpeg_examiner_test.cc b/test/ffmpeg_examiner_test.cc index d72226a6f..26834aafc 100644 --- a/test/ffmpeg_examiner_test.cc +++ b/test/ffmpeg_examiner_test.cc @@ -25,6 +25,7 @@ #include <boost/test/unit_test.hpp> #include "lib/ffmpeg_examiner.h" #include "lib/ffmpeg_content.h" +#include "lib/ffmpeg_audio_stream.h" #include "test.h" using boost::shared_ptr; |
