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
4c9c58ad
Commit
4c9c58ad
authored
Apr 19, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: Detect taglib.
parent
45198f52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
extras/buildsystem/cmake/include/config.cmake
extras/buildsystem/cmake/include/config.cmake
+13
-0
No files found.
extras/buildsystem/cmake/include/config.cmake
View file @
4c9c58ad
...
@@ -600,6 +600,19 @@ if(HAVE_ID3TAG_H AND HAVE_ZLIB_H)
...
@@ -600,6 +600,19 @@ if(HAVE_ID3TAG_H AND HAVE_ZLIB_H)
vlc_module_add_link_libraries
(
id3tag
"id3tag;z"
)
vlc_module_add_link_libraries
(
id3tag
"id3tag;z"
)
endif
(
HAVE_ID3TAG_H AND HAVE_ZLIB_H
)
endif
(
HAVE_ID3TAG_H AND HAVE_ZLIB_H
)
find_package
(
Taglib
)
if
(
Taglib_FOUND
)
set
(
HAVE_TAGLIB 1
)
vlc_enable_modules
(
taglib
)
vlc_module_add_link_libraries
(
taglib
"
${
Taglib_LIBRARIES
}
;z"
)
vlc_add_module_compile_flag
(
taglib
"
${
Taglib_CFLAGS
}
"
)
endif
(
Taglib_FOUND
)
vlc_check_include_files
(
zlib.h
)
if
(
HAVE_ZLIB_H
)
vlc_module_add_link_libraries
(
access_http z
)
endif
(
HAVE_ZLIB_H
)
set
(
CMAKE_REQUIRED_INCLUDES
)
set
(
CMAKE_REQUIRED_INCLUDES
)
###########################################################
###########################################################
...
...
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