Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
fddb42c0
Commit
fddb42c0
authored
Sep 24, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for VLC 1.1.4.1 (Mac OS X PowerPC only)
parent
c078cc5b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
7 deletions
+11
-7
NEWS
NEWS
+8
-4
configure.ac
configure.ac
+3
-3
No files found.
NEWS
View file @
fddb42c0
Changes between 1.1.4 and 1.1.
5-git
:
Changes between 1.1.4 and 1.1.
4.1
:
--------------------------------
--------------------------------
--
Translations:
Mac OS X:
* New Armenian translation
* Fixed playback of videos with widths divisible by 16
* Fixed an issue with the Equalizer's 170Hz slider
Demuxer:
Demuxer:
* Fix crash when closing rtsp streams
* Fix crash when closing rtsp streams
Translations:
* New Armenian translation
Changes between 1.1.3 and 1.1.4:
Changes between 1.1.3 and 1.1.4:
--------------------------------
--------------------------------
...
...
configure.ac
View file @
fddb42c0
...
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
...
@@ -2,11 +2,11 @@ dnl Autoconf settings for vlc
AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
AC_COPYRIGHT([Copyright 2002-2010 the VideoLAN team])
AC_INIT(vlc, 1.1.
5-git
)
AC_INIT(vlc, 1.1.
4.1
)
VERSION_MAJOR="1"
VERSION_MAJOR="1"
VERSION_MINOR="1"
VERSION_MINOR="1"
VERSION_REVISION="
5
"
VERSION_REVISION="
4
"
VERSION_EXTRA="
-git
"
VERSION_EXTRA="
.1
"
PKGDIR="vlc"
PKGDIR="vlc"
AC_SUBST(PKGDIR)
AC_SUBST(PKGDIR)
...
...
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