Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
88a2f3ed
Commit
88a2f3ed
authored
Jun 26, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version
parent
4ee6361f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure.ac
configure.ac
+1
-1
src/Makefile.am
src/Makefile.am
+2
-2
No files found.
configure.ac
View file @
88a2f3ed
dnl Autoconf settings for vlc
dnl Autoconf settings for vlc
AC_INIT(vlc,
0.9.0-git
)
AC_INIT(vlc,
0.9.0-test1
)
VERSION_MAJOR="0"
VERSION_MAJOR="0"
VERSION_MINOR="9"
VERSION_MINOR="9"
VERSION_REVISION="0"
VERSION_REVISION="0"
...
...
src/Makefile.am
View file @
88a2f3ed
...
@@ -179,7 +179,7 @@ libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \
...
@@ -179,7 +179,7 @@ libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \
-DPLUGIN_PATH
=
\"
$(pkglibdir)
\"
-DPLUGIN_PATH
=
\"
$(pkglibdir)
\"
libvlccore_la_LDFLAGS
=
`
$(VLC_CONFIG)
--ldflags
libvlc
`
$(AM_LDFLAGS)
\
libvlccore_la_LDFLAGS
=
`
$(VLC_CONFIG)
--ldflags
libvlc
`
$(AM_LDFLAGS)
\
-export-symbols
$(srcdir)
/libvlccore.sym
\
-export-symbols
$(srcdir)
/libvlccore.sym
\
-version-info
0:
0
:0
-version-info
0:
1
:0
libvlccore_la_LIBADD
=
`
$(VLC_CONFIG)
-libs
libvlc
`
$(AM_LIBADD)
$(LTLIBINTL)
libvlccore_la_LIBADD
=
`
$(VLC_CONFIG)
-libs
libvlc
`
$(AM_LIBADD)
$(LTLIBINTL)
libvlccore_la_DEPENDENCIES
=
libvlccore.sym
libvlccore_la_DEPENDENCIES
=
libvlccore.sym
...
@@ -188,7 +188,7 @@ libvlc_la_LIBADD = libvlccore.la
...
@@ -188,7 +188,7 @@ libvlc_la_LIBADD = libvlccore.la
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
\
libvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
libvlc
`
\
-DMODULE_STRING
=
\"
control
\"
-DMODULE_STRING
=
\"
control
\"
libvlc_la_LDFLAGS
=
$(AM_LDFLAGS)
\
libvlc_la_LDFLAGS
=
$(AM_LDFLAGS)
\
-version-info
2:
0
:0
\
-version-info
2:
1
:0
\
-export-symbols
$(srcdir)
/libvlc.sym
-export-symbols
$(srcdir)
/libvlc.sym
libvlc_la_DEPENDENCIES
=
libvlc.sym libvlccore.la
libvlc_la_DEPENDENCIES
=
libvlc.sym libvlccore.la
...
...
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