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
5cd67a32
Commit
5cd67a32
authored
Jul 29, 2009
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump library revisions as should have been done before tagging 1.0.1
parent
974a6ad2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Makefile.am
src/Makefile.am
+2
-2
No files found.
src/Makefile.am
View file @
5cd67a32
...
@@ -165,7 +165,7 @@ libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore` \
...
@@ -165,7 +165,7 @@ libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore` \
libvlccore_la_LDFLAGS
=
`
$(VLC_CONFIG)
--ldflags
libvlccore
`
$(AM_LDFLAGS)
\
libvlccore_la_LDFLAGS
=
`
$(VLC_CONFIG)
--ldflags
libvlccore
`
$(AM_LDFLAGS)
\
-no-undefined
\
-no-undefined
\
-export-symbols
$(srcdir)
/libvlccore.sym
\
-export-symbols
$(srcdir)
/libvlccore.sym
\
-version-info
2:
0
:0
-version-info
2:
1
:0
libvlccore_la_LIBADD
=
`
$(VLC_CONFIG)
-libs
libvlccore
`
$(AM_LIBADD)
\
libvlccore_la_LIBADD
=
`
$(VLC_CONFIG)
-libs
libvlccore
`
$(AM_LIBADD)
\
$(LTLIBINTL)
../compat/libcompat.la
$(LTLIBINTL)
../compat/libcompat.la
libvlccore_la_DEPENDENCIES
=
libvlccore.sym
libvlccore_la_DEPENDENCIES
=
libvlccore.sym
...
@@ -182,7 +182,7 @@ libvlc_la_LIBADD = `$(VLC_CONFIG) -libs libvlc` \
...
@@ -182,7 +182,7 @@ libvlc_la_LIBADD = `$(VLC_CONFIG) -libs libvlc` \
libvlccore.la ../compat/libcompat.la
libvlccore.la ../compat/libcompat.la
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
libvlc_la_LDFLAGS
=
$(AM_LDFLAGS)
`
$(VLC_CONFIG)
--ldflags
libvlc
`
\
libvlc_la_LDFLAGS
=
$(AM_LDFLAGS)
`
$(VLC_CONFIG)
--ldflags
libvlc
`
\
-version-info
4:
0
:2
\
-version-info
4:
1
:2
\
-export-symbols
$(srcdir)
/libvlc.sym
-export-symbols
$(srcdir)
/libvlc.sym
libvlc_la_DEPENDENCIES
=
libvlc.sym libvlccore.la
libvlc_la_DEPENDENCIES
=
libvlc.sym libvlccore.la
if
HAVE_WIN32
if
HAVE_WIN32
...
...
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