Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-05-28 08:53:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-28 08:53:17 +0400
commit20ae95422e9af2c1d3f927d932a20459f2387cac (patch)
treef616911c136ff4e3e9efd0130d3b85d80c594885 /source/blender/imbuf/CMakeLists.txt
parentd580ae10873ad149ca73902b69f389aad8976419 (diff)
include ffmpeg_compat header in cmake source list.
Diffstat (limited to 'source/blender/imbuf/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index 2522bcfed92..ed4508053b8 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -101,6 +101,9 @@ set(SRC
intern/md5.h
intern/openexr/openexr_api.h
intern/openexr/openexr_multi.h
+
+ # orphan include
+ ../../../intern/ffmpeg/ffmpeg_compat.h
)
if(WITH_IMAGE_OPENEXR)