Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
orc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
12
Issues
12
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
orc
Commits
c47c2669
Commit
c47c2669
authored
Apr 18, 2011
by
David Schleef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.13
parent
160491ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
RELEASE
RELEASE
+8
-0
configure.ac
configure.ac
+2
-2
No files found.
RELEASE
View file @
c47c2669
0.4.13
======
Fixes
two
serious
code
generation
bugs
in
0.4.12
on
SSE
and
Altivec
.
Also
added
some
compatibility
code
to
mitigate
the
previous
automatic
inclusion
of
stdint
.
h
.
0.4.12
======
...
...
configure.ac
View file @
c47c2669
AC_PREREQ([2.58])
AC_INIT(orc,0.4.1
2
)
AC_INIT(orc,0.4.1
3
)
dnl don't forget to update libversion
AS_NANO(ORC_CVS=no,ORC_CVS=yes)
...
...
@@ -17,7 +17,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
ORC_LIBVERSION="1
2:0:12
"
ORC_LIBVERSION="1
3:0:13
"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])
...
...
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