summaryrefslogtreecommitdiff
path: root/test/stream_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-22 14:34:27 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-22 14:34:27 +0100
commit85d343a420c4df1a08663c8afd3bdb73c8dfa985 (patch)
treece32da7c35fb8e462a922627145055d94d3a3500 /test/stream_test.cc
parenta23133da6ed512ee179e60f6787ba34ccbdb5e7d (diff)
Move FFmpegStream classes into their own source files.
Diffstat (limited to 'test/stream_test.cc')
-rw-r--r--test/stream_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stream_test.cc b/test/stream_test.cc
index f9dfadad5..16ab83baf 100644
--- a/test/stream_test.cc
+++ b/test/stream_test.cc
@@ -25,6 +25,7 @@
#include <libxml++/libxml++.h>
#include <libcxml/cxml.h>
#include "lib/ffmpeg_content.h"
+#include "lib/ffmpeg_audio_stream.h"
#include "lib/film.h"
using std::pair;