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
5f4bb6a9
Commit
5f4bb6a9
authored
Nov 28, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
On the road of 1.3.0
parent
36ab287e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
NEWS
NEWS
+7
-2
configure.ac
configure.ac
+5
-5
No files found.
NEWS
View file @
5f4bb6a9
Changes between 1.1.x and 1.2.0-pre2:
------------------------------------
Changes between 1.2.x and 1.3.0:
--------------------------------
Changes between 1.1.12 and 1.2.0:
---------------------------------
Important notes:
* Start/end titles/chapters are now specified with # rather than @ to fix
...
...
configure.ac
View file @
5f4bb6a9
dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2011
the VideoLAN team
])
AC_COPYRIGHT([Copyright 2002-2011
VLC authors and VideoLAN
])
AC_INIT(vlc, 1.
2.0-pre2
)
AC_INIT(vlc, 1.
3.0-git
)
VERSION_MAJOR=1
VERSION_MINOR=
2
VERSION_MINOR=
3
VERSION_REVISION=0
VERSION_EXTRA=0
VERSION_DEV=
pre1
VERSION_DEV=
git
PKGDIR="vlc"
AC_SUBST(PKGDIR)
CONFIGURE_LINE="`echo "$0 $ac_configure_args" | sed -e 's/\\\/\\\\\\\/g'`"
CODENAME="
Twoflower
"
CODENAME="
Rincewind
"
COPYRIGHT_YEARS="1996-2011"
AC_CONFIG_SRCDIR(src/libvlc.c)
...
...
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