12 lines
346 B
Diff
12 lines
346 B
Diff
--- firefox-41.0b6/media/gmp-clearkey/0.1/VideoDecoder.h.orig 2015-09-01 01:26:48.000000000 +0100
|
|
+++ firefox-41.0b6/media/gmp-clearkey/0.1/VideoDecoder.h 2015-09-03 17:49:05.009038800 +0100
|
|
@@ -24,6 +24,8 @@
|
|
|
|
#include "mfobjects.h"
|
|
|
|
+#include <atomic>
|
|
+
|
|
class VideoDecoder : public GMPVideoDecoder
|
|
, public RefCounted
|
|
{
|