diff options
| author | jhurst <jhurst@cinecert.com> | 2018-10-13 21:48:34 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-10-13 21:48:34 +0000 |
| commit | 2d8ed1812b98fe0af65fccf2e1565e724a93d701 (patch) | |
| tree | 779e314b38bc2d26ae597d57b65d9d64c9c29a4e /src/Makefile.am | |
| parent | 0f29208c6d5be72d3bd03c1e72d92451e62d3727 (diff) | |
Removed PIMD support (unused prototype)
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 4d46e26..af3d7d7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -166,8 +166,7 @@ if USE_PHDR libphdr_la_SOURCES = \ AS_02_PHDR.h \ PHDR_Sequence_Parser.cpp \ - AS_02_PHDR.cpp \ - AS_02_PIDM.cpp + AS_02_PHDR.cpp libphdr_la_LDFLAGS = -release @VERSION@ libphdr_la_LIBADD = libasdcp.la libkumu.la |
