Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / test / stream_test.cc
index 25c2d98a689bf8a06a4e73af1bc289ae2079b55b..fe64e147e3b8b48eeb2e24a33a70cbc02c8e86cc 100644 (file)
 #include "lib/film.h"
 #include "lib/ffmpeg_content.h"
 #include "lib/ffmpeg_audio_stream.h"
-#include "lib/warnings.h"
 #include <libcxml/cxml.h>
-DCPOMATIC_DISABLE_WARNINGS
+#include <dcp/warnings.h>
+LIBDCP_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
-DCPOMATIC_ENABLE_WARNINGS
+LIBDCP_ENABLE_WARNINGS
 #include <boost/test/unit_test.hpp>
 
 using std::pair;