Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
695ebfae
Commit
695ebfae
authored
Feb 29, 2008
by
Faustino Osuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected.
parent
59c8165f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
extras/buildsystem/cmake/include/config.cmake
extras/buildsystem/cmake/include/config.cmake
+5
-0
No files found.
extras/buildsystem/cmake/include/config.cmake
View file @
695ebfae
...
...
@@ -468,6 +468,11 @@ if(FFmpeg_FOUND)
vlc_check_include_files
(
ffmpeg/avutil.h libavutil/avutil.h
)
vlc_check_include_files
(
ffmpeg/swscale.h libswscale/swscale.h
)
vlc_check_include_files
(
postproc/postprocess.h libpostproc/postprocess.h
)
message
(
STATUS
"avcodec found
${
HAVE_FFMPEG_AVCODEC_H
}
||
${
HAVE_LIBAVCODEC_AVCODEC_H
}
"
)
message
(
STATUS
"avutil found
${
HAVE_FFMPEG_AVUTIL_H
}
||
${
HAVE_LIBAVUTIL_AVUTIL_H
}
"
)
message
(
STATUS
"swscale found
${
HAVE_FFMPEG_SWSCALE_H
}
||
${
HAVE_LIBSWSCALE_SWSCALE_H
}
"
)
message
(
STATUS
"postprocess found
${
HAVE_POSTPROC_POSTPROCESS_H
}
||
${
HAVE_LIBPOSTPROC_POSTPROCESS_H
}
"
)
vlc_enable_modules
(
ffmpeg
)
vlc_add_module_compile_flag
(
ffmpeg
${
FFmpeg_CFLAGS
}
)
...
...
Write
Preview
Markdown
is supported
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