forked from pool/libquicktime
26 lines
766 B
Diff
26 lines
766 B
Diff
|
From 51faccd7a1810ba3413d052cecf48834a7edd696 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <tchvatal@suse.com>
|
||
|
Date: Wed, 13 Jun 2018 11:28:02 +0200
|
||
|
Subject: [PATCH 3/5] Fix AVCODEC_HEADER macro replacement
|
||
|
|
||
|
---
|
||
|
plugins/ffmpeg/ffmpeg.h | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/plugins/ffmpeg/ffmpeg.h b/plugins/ffmpeg/ffmpeg.h
|
||
|
index 346abfc..7bff3d8 100644
|
||
|
--- a/plugins/ffmpeg/ffmpeg.h
|
||
|
+++ b/plugins/ffmpeg/ffmpeg.h
|
||
|
@@ -26,7 +26,7 @@
|
||
|
#define QUICKTIME_FFMPEG_H
|
||
|
|
||
|
#include <quicktime/qtprivate.h>
|
||
|
-#include AVCODEC_HEADER
|
||
|
+#include <libavcodec/avcodec.h>
|
||
|
|
||
|
void quicktime_init_video_codec_ffmpeg(quicktime_codec_t * codec,
|
||
|
quicktime_video_map_t *vtrack,
|
||
|
--
|
||
|
2.17.1
|
||
|
|