summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2015-09-14 20:54:03 +0200
committerMarkus Kalb2015-09-14 20:54:03 +0200
commitccf425b343d77348c547a06c5ec956d095edc0c7 (patch)
tree554aed20b24aebc7c5d54d2d9f16fdb69028cb96
parentf587ab0bbf5a58b326dd74fe3b9fb428e3ddbcff (diff)
downloadaur-ccf425b343d77348c547a06c5ec956d095edc0c7.tar.gz
cleanup
-rw-r--r--libdcp-1.1.0-arch-mk1.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/libdcp-1.1.0-arch-mk1.patch b/libdcp-1.1.0-arch-mk1.patch
deleted file mode 100644
index e5094fee90c9..000000000000
--- a/libdcp-1.1.0-arch-mk1.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff -aur libdcp-1.1.0.pristine/src/reel_asset.cc libdcp-1.1.0.new/src/reel_asset.cc
---- libdcp-1.1.0.pristine/src/reel_asset.cc 2015-06-13 16:21:05.000000000 +0200
-+++ libdcp-1.1.0.new/src/reel_asset.cc 2015-07-28 15:01:39.744519973 +0200
-@@ -27,6 +27,8 @@
- #include "compose.hpp"
- #include <libcxml/cxml.h>
- #include <libxml++/libxml++.h>
-+#include <iostream>
-+
-
- using std::pair;
- using std::cout;
-diff -aur libdcp-1.1.0.pristine/test/read_smpte_subtitle_test.cc libdcp-1.1.0.new/test/read_smpte_subtitle_test.cc
---- libdcp-1.1.0.pristine/test/read_smpte_subtitle_test.cc 2015-06-13 16:21:05.000000000 +0200
-+++ libdcp-1.1.0.new/test/read_smpte_subtitle_test.cc 2015-07-28 15:28:20.814658043 +0200
-@@ -22,6 +22,7 @@
- #include "local_time.h"
- #include "smpte_load_font_node.h"
- #include <boost/test/unit_test.hpp>
-+#include <boost/optional/optional_io.hpp>
-
- using std::list;
- using boost::shared_ptr;