Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
a9d7409f
Commit
a9d7409f
authored
Mar 24, 2010
by
Dave Partyka
Browse files
COMP: further fixes for FFMPEGWriter after consulting Berk.
parent
68bdac5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/FindFFMPEG.cmake
View file @
a9d7409f
...
...
@@ -12,7 +12,7 @@
# if needed to FFMPEG_LIBRARIES if ffmpeg ever changes...
# if ffmpeg headers are all in one directory
FIND_PATH
(
FFMPEG_INCLUDE_DIR avformat.h
FIND_PATH
(
FFMPEG_INCLUDE_DIR
ffmpeg/
avformat.h
PATHS
$ENV{FFMPEG_DIR}/include
$ENV{OSGDIR}/include
...
...
@@ -26,7 +26,6 @@ FIND_PATH(FFMPEG_INCLUDE_DIR avformat.h
/opt/csw/include
# Blastwave
/opt/include
/usr/freeware/include
# PATH_SUFFIXES ffmpeg
DOC
"Location of FFMPEG Headers"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment