Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
449b78e8
Commit
449b78e8
authored
Jun 05, 2011
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taglib: ASF cover art support comes only after v1.7 and if TAGLIB_WITH_ASF is defined.
parent
b38b9c24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
modules/meta_engine/taglib.cpp
modules/meta_engine/taglib.cpp
+8
-8
No files found.
modules/meta_engine/taglib.cpp
View file @
449b78e8
...
...
@@ -62,12 +62,12 @@
#if TAGLIB_VERSION >= VERSION_INT(1,7,0)
# define TAGLIB_HAVE_APEFILE_H
# include <apefile.h>
#
endif
#
ifdef TAGLIB_WITH_ASF
#
include <asffile
.h>
#
include <asftag
.h>
#
include <asfattribute.h>
#
ifdef TAGLIB_WITH_ASF // ASF pictures comes with v1.7.0
# define TAGLIB_HAVE_ASFPICTURE_H
#
include <asffile.h>
#
include <asftag
.h>
#
include <asfattribute
.h>
#
endif
#endif
#include <flacfile.h>
...
...
@@ -134,7 +134,7 @@ static void ReadMetaFromAPE( APE::Tag* tag, demux_meta_t*, vlc_meta_t* p_meta )
}
#ifdef TAGLIB_
WITH_ASF
#ifdef TAGLIB_
HAVE_ASFPICTURE_H
/**
* Read meta information from APE tags
* @param tag: the APE tag
...
...
@@ -516,7 +516,7 @@ static int ReadMeta( vlc_object_t* p_this)
}
else
#endif
#ifdef TAGLIB_
WITH_ASF
#ifdef TAGLIB_
HAVE_ASFPICTURE_H
if
(
ASF
::
File
*
asf
=
dynamic_cast
<
ASF
::
File
*>
(
f
.
file
())
)
{
if
(
asf
->
tag
()
)
...
...
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