summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-25 20:10:03 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-25 20:10:03 +0100
commit991244a0d4be149e8733a8dd70bfd745cab72583 (patch)
tree36e7a92f76f13e6c92c17b92b451c2250d1f82d5 /test/wscript
parentf08f4598f243dff5a4139f09ad00e8c643d4f0e0 (diff)
Very basic ffmpeg audio test.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index c59d9f7cf..f7e7180c8 100644
--- a/test/wscript
+++ b/test/wscript
@@ -16,6 +16,7 @@ def build(bld):
obj.use = 'libdcpomatic'
obj.source = """
test.cc
+ ffmpeg_audio_test.cc
threed_test.cc
play_test.cc
frame_rate_test.cc