diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-25 20:10:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-25 20:10:03 +0100 |
| commit | 991244a0d4be149e8733a8dd70bfd745cab72583 (patch) | |
| tree | 36e7a92f76f13e6c92c17b92b451c2250d1f82d5 /test/wscript | |
| parent | f08f4598f243dff5a4139f09ad00e8c643d4f0e0 (diff) | |
Very basic ffmpeg audio test.
Diffstat (limited to 'test/wscript')
| -rw-r--r-- | test/wscript | 1 |
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 |
