aboutsummaryrefslogtreecommitdiff
blob: 34ec528854a7310bbc670d32eb8a4c96bfd5dada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
 CMake/vtkFFMPEGTestAvAlloc.cxx   |    2 +-
 CMake/vtkFFMPEGTestURLFClose.cxx |    2 +-
 IO/vtkFFMPEGWriter.cxx           |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMake/vtkFFMPEGTestAvAlloc.cxx b/CMake/vtkFFMPEGTestAvAlloc.cxx
index ad691e3..32489d5 100644
--- a/CMake/vtkFFMPEGTestAvAlloc.cxx
+++ b/CMake/vtkFFMPEGTestAvAlloc.cxx
@@ -1,6 +1,6 @@
 extern "C" {
 #ifdef HAS_OLD_HEADER
-# include <ffmpeg/avformat.h>
+# include <libavformat/avformat.h>
 #else
 # include <libavformat/avformat.h>
 #endif
diff --git a/CMake/vtkFFMPEGTestURLFClose.cxx b/CMake/vtkFFMPEGTestURLFClose.cxx
index 0bf4314..1c10a93 100644
--- a/CMake/vtkFFMPEGTestURLFClose.cxx
+++ b/CMake/vtkFFMPEGTestURLFClose.cxx
@@ -1,6 +1,6 @@
 extern "C" {
 #ifdef HAS_OLD_HEADER
-# include <ffmpeg/avformat.h>
+# include <libavformat/avformat.h>
 #else
 # include <libavformat/avformat.h>
 #endif
diff --git a/IO/vtkFFMPEGWriter.cxx b/IO/vtkFFMPEGWriter.cxx
index 52673ef..ffbb78f 100644
--- a/IO/vtkFFMPEGWriter.cxx
+++ b/IO/vtkFFMPEGWriter.cxx
@@ -22,7 +22,7 @@
 
 extern "C" {
 #ifdef VTK_FFMPEG_HAS_OLD_HEADER
-# include <ffmpeg/avformat.h>
+# include <libavformat/avformat.h>
 #else
 # include <libavformat/avformat.h>
 #endif