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
b2c884eb
Commit
b2c884eb
authored
Feb 09, 2006
by
Mathieu Malaterre
Browse files
ENH: Need more lib to resolve all symbols
parent
a24676e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/FindFFMPEG.cmake
View file @
b2c884eb
...
...
@@ -20,16 +20,70 @@ FIND_LIBRARY(FFMPEG_avformat_LIBRARY avformat
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_avcodec_LIBRARY avcodec
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_vorbis_LIBRARY vorbis
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_dc1394_LIBRARY dc1394_control
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_vorbisenc_LIBRARY vorbisenc
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_theora_LIBRARY theora
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_avutil_LIBRARY avutil
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_dts_LIBRARY dts
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_gsm_LIBRARY gsm
/usr/local/lib
/usr/lib
)
FIND_LIBRARY
(
FFMPEG_z_LIBRARY z
/usr/local/lib
/usr/lib
)
IF
(
FFMPEG_INCLUDE_DIR
)
IF
(
FFMPEG_LIBRARY
)
SET
(
FFMPEG_FOUND
"YES"
)
SET
(
FFMPEG_LIBRARIES
${
FFMPEG_avcodec_LIBRARY
}
${
FFMPEG_avformat_LIBRARY
}
)
ENDIF
(
FFMPEG_LIBRARY
)
IF
(
FFMPEG_avcodec_LIBRARY
)
IF
(
FFMPEG_avformat_LIBRARY
)
SET
(
FFMPEG_FOUND
"YES"
)
SET
(
FFMPEG_LIBRARIES
${
FFMPEG_avcodec_LIBRARY
}
${
FFMPEG_avformat_LIBRARY
}
${
FFMPEG_vorbis_LIBRARY
}
${
FFMPEG_dc1394_LIBRARY
}
${
FFMPEG_vorbisenc_LIBRARY
}
${
FFMPEG_theora_LIBRARY
}
${
FFMPEG_avutil_LIBRARY
}
${
FFMPEG_dts_LIBRARY
}
${
FFMPEG_gsm_LIBRARY
}
${
FFMPEG_z_LIBRARY
}
)
ENDIF
(
FFMPEG_avformat_LIBRARY
)
ENDIF
(
FFMPEG_avcodec_LIBRARY
)
ENDIF
(
FFMPEG_INCLUDE_DIR
)
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