summaryrefslogtreecommitdiff
path: root/libavdevice/decklink_common.h
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2016-01-24 12:42:39 -0800
committerTimothy Gu <timothygu99@gmail.com>2016-01-24 12:42:39 -0800
commitce36cb08ed46ae03cb2286b3f8d107e3eaa6a625 (patch)
treef8a4d102b122096d432be638a8c7278cbf823a4f /libavdevice/decklink_common.h
parentf42eae96b22d2f9a823bc616b2424164524eed96 (diff)
Revert "decklink: Header cleanup"
This reverts commit 61fb70c3866b19dccf473ad4e5ede79d117e8e1c. Reported in #5183 to break the build. Further investigation needed.
Diffstat (limited to 'libavdevice/decklink_common.h')
-rw-r--r--libavdevice/decklink_common.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/libavdevice/decklink_common.h b/libavdevice/decklink_common.h
index c7e3ef2e39..3bc30f062c 100644
--- a/libavdevice/decklink_common.h
+++ b/libavdevice/decklink_common.h
@@ -19,15 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <pthread.h>
-#include <semaphore.h>
-#include <DeckLinkAPI.h>
-
-extern "C" {
-#include "libavformat/avformat.h"
+#include <DeckLinkAPIVersion.h>
#include "decklink_common_c.h"
-}
class decklink_output_callback;
class decklink_input_callback;