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
141d39e9
Commit
141d39e9
authored
Feb 29, 2008
by
Faustino Osuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.
parent
2ae18591
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/buildsystem/cmake/include/config.cmake
extras/buildsystem/cmake/include/config.cmake
+2
-2
No files found.
extras/buildsystem/cmake/include/config.cmake
View file @
141d39e9
...
...
@@ -467,8 +467,8 @@ if(FFmpeg_FOUND)
vlc_check_include_files
(
ffmpeg/avcodec.h libavcodec/avcodec.h
)
vlc_check_include_files
(
ffmpeg/avutil.h libavutil/avutil.h
)
vlc_check_include_files
(
ffmpeg/swscale.h libswscale/swscale.h
)
check_include_files
(
"stdint.h;postproc/postprocess.h"
HAVE_POSTPROC_POSTPROCESS_H
)
vlc_check_include_files
(
postproc/postprocess.h libpostproc/postprocess.h
)
vlc_enable_modules
(
ffmpeg
)
vlc_add_module_compile_flag
(
ffmpeg
${
FFmpeg_CFLAGS
}
)
vlc_module_add_link_libraries
(
ffmpeg
${
FFmpeg_LIBRARIES
}
)
...
...
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