diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:47:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-23 23:54:16 +0100 |
| commit | b5dc29b2bf68213eac35048e21e9c26f7a221db7 (patch) | |
| tree | 54fa4aa99aa7ae7762644734228c6ef8f77c5dda /src/AS_DCP_MXF.cpp | |
| parent | 26ef18592f9f7ae67e294fb3cc9fde8729b8066e (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
| -rwxr-xr-x | src/AS_DCP_MXF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp index 32225be..44f7e09 100755 --- a/src/AS_DCP_MXF.cpp +++ b/src/AS_DCP_MXF.cpp @@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \brief AS-DCP library, misc classes and subroutines */ -#include <KM_fileio.h> +#include <asdcp/KM_fileio.h> #include <KM_xml.h> #include "AS_DCP_internal.h" #include "JP2K.h" |
