Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
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