remove old quicktime, replaced with current ffmpeg
[goodguy/history.git] / cinelerra-5.0 / quicktime / workarounds.h
diff --git a/cinelerra-5.0/quicktime/workarounds.h b/cinelerra-5.0/quicktime/workarounds.h
deleted file mode 100644 (file)
index 1360ed5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef WORKAROUNDS_H
-#define WORKAROUNDS_H
-
-// Work around gcc bugs by forcing external linkage
-
-int64_t quicktime_add(int64_t a, int64_t b);
-int64_t quicktime_add3(int64_t a, int64_t b, int64_t c);
-uint16_t quicktime_copy(int value);
-
-#endif