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
acd1f912
Commit
acd1f912
authored
Jan 27, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc-plugin.pc: use pkgincludedir
parent
111faffe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/Makefile.am
src/Makefile.am
+0
-1
src/vlc-plugin.pc.in
src/vlc-plugin.pc.in
+2
-1
No files found.
src/Makefile.am
View file @
acd1f912
...
...
@@ -22,7 +22,6 @@ SUFFIXES = .pc.in .pc
# Headers
###############################################################################
pkgincludedir
=
$(includedir)
/vlc
pluginsincludedir
=
$(pkgincludedir)
/plugins
pkginclude_HEADERS
=
\
...
...
src/vlc-plugin.pc.in
View file @
acd1f912
...
...
@@ -2,11 +2,12 @@ prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
pkgincludedir=@pkgincludedir@
Name: VLC plugin API
Description: VLC media player plugin interface
Version: @VERSION@
Cflags: -I${includedir} -I${
includedir}/vlc
/plugins \
Cflags: -I${includedir} -I${
pkgincludedir}
/plugins \
-D_FILE_OFFSET_BITS=64 \
-D__USE_UNIX98 \
-D_LARGEFILE64_SOURCE \
...
...
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