diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-24 13:01:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-24 13:01:01 +0000 |
| commit | a983bc3abceadae75c7fa070ae394a69e6d8bd5b (patch) | |
| tree | dcd4574b828d6f4d4e7e1c568f66d6af55f1e5a3 /test/ffmpeg_audio_test.cc | |
| parent | 85c65bd422742813992686c17a5e1b718cc3c449 (diff) | |
Tweaks for libdcp.
Diffstat (limited to 'test/ffmpeg_audio_test.cc')
| -rw-r--r-- | test/ffmpeg_audio_test.cc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/ffmpeg_audio_test.cc b/test/ffmpeg_audio_test.cc index f4954f517..6699d1ef7 100644 --- a/test/ffmpeg_audio_test.cc +++ b/test/ffmpeg_audio_test.cc @@ -22,12 +22,12 @@ */ #include <boost/test/unit_test.hpp> -#include <libdcp/cpl.h> -#include <libdcp/dcp.h> -#include <libdcp/sound_mxf.h> -#include <libdcp/sound_frame.h> -#include <libdcp/reel_sound_asset.h> -#include <libdcp/reel.h> +#include <dcp/cpl.h> +#include <dcp/dcp.h> +#include <dcp/sound_mxf.h> +#include <dcp/sound_frame.h> +#include <dcp/reel_sound_asset.h> +#include <dcp/reel.h> #include "lib/sndfile_content.h" #include "lib/film.h" #include "lib/dcp_content_type.h" |
