summarylogtreecommitdiffstats
path: root/meteorite.patch
diff options
context:
space:
mode:
authorbobpaul2017-10-22 10:28:16 -0500
committerbobpaul2017-10-22 10:29:03 -0500
commit944dc83b4d0732215d85e9672845706b2a138ec3 (patch)
tree1c550f57bb0f53d59763609108c6d4cce063b768 /meteorite.patch
parentfc13d932309a7caa709becb0b228873e4e920f57 (diff)
downloadaur-944dc83b4d0732215d85e9672845706b2a138ec3.tar.gz
fixed compile error
Diffstat (limited to 'meteorite.patch')
-rw-r--r--meteorite.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meteorite.patch b/meteorite.patch
new file mode 100644
index 000000000000..684c09b9934f
--- /dev/null
+++ b/meteorite.patch
@@ -0,0 +1,12 @@
+diff -ura src/Meteorite/src/meteorite.cpp src.new/Meteorite/src/meteorite.cpp
+--- src/Meteorite/src/meteorite.cpp 2011-05-13 16:43:21.000000000 -0500
++++ src.new/Meteorite/src/meteorite.cpp 2017-10-15 19:42:18.587128336 -0500
+@@ -1178,7 +1178,7 @@
+ cout << "Buffer not starting with _Cluster_ token" << endl;
+ return NULL;
+ }
+- return false;
++ return NULL;
+ }
+ inline bool Meteorite::IsKeyFrame( char *data, unsigned size, char *four_cc ){ //Finds KeyFrames for indexing
+ uint32_t flag;