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
e2989313
Commit
e2989313
authored
Jul 08, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Libogg update to 1.1.4
parent
1cf4ccdf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
10 deletions
+43
-10
extras/contrib/src/Patches/libogg-1.1.patch
extras/contrib/src/Patches/libogg-1.1.patch
+40
-7
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+3
-3
No files found.
extras/contrib/src/Patches/libogg-1.1.patch
View file @
e2989313
--- /libogg-1.1.3/configure.in 2005-11-28 05:26:07.000000000 +0100
+++ libogg/configure.in 2006-07-11 19:52:15.000000000 +0200
@@ -45,27 +45,27 @@
--- libogg/configure.in 2009-07-08 18:56:26.000000000 +0200
+++ libogg.new/configure.in 2009-07-08 18:55:50.000000000 +0200
@@ -28,17 +28,17 @@
case $host in
*-*-irix*)
DEBUG="-g -signed"
- CFLAGS="-O2 -w -signed"
+ EXTRA_CFLAGS="-O2 -w -signed"
PROFILE="-p -g3 -O2 -signed"
;;
sparc-sun-solaris*)
DEBUG="-v -g"
- CFLAGS="-xO4 -fast -w -fsimple -native -xcg92"
+ EXTRA_CFLAGS="-xO4 -fast -w -fsimple -native -xcg92"
PROFILE="-v -xpg -g -xO4 -fast -native -fsimple -xcg92 -Dsuncc"
;;
*)
DEBUG="-g"
- CFLAGS="-O"
+ EXTRA_CFLAGS="-O"
PROFILE="-g -p"
;;
esac
@@ -46,36 +46,36 @@
case $host in
*-*-linux*)
DEBUG="-g -Wall -fsigned-char"
...
...
@@ -9,10 +30,22 @@
PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
;;
sparc-sun-*)
DEBUG="-g -Wall -fsigned-char -mv8"
- CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
+ EXTRA_CFLAGS="-O20 -ffast-math -fsigned-char -mv8"
PROFILE="-pg -g -O20 -fsigned-char -mv8"
sparc_cpu=""
AC_MSG_CHECKING([if gcc supports -mv8])
- old_cflags="$CFLAGS"
- CFLAGS="$CFLAGS -mv8"
+ old_EXTRA_CFLAGS="$CFLAGS"
+ EXTRA_CFLAGS="$CFLAGS -mv8"
AC_TRY_COMPILE(, [return 0;], [
AC_MSG_RESULT([yes])
sparc_cpu="-mv8"
])
- CFLAGS="$old_cflags"
+ EXTRA_CFLAGS="$old_cflags"
DEBUG="-g -Wall -fsigned-char $sparc_cpu"
- CFLAGS="-O20 -ffast-math -fsigned-char $sparc_cpu"
+ EXTRA_CFLAGS="-O20 -ffast-math -fsigned-char $sparc_cpu"
PROFILE="-pg -g -O20 -fsigned-char $sparc_cpu"
;;
*-*-darwin*)
DEBUG="-fno-common -g -Wall -fsigned-char"
...
...
extras/contrib/src/packages.mak
View file @
e2989313
...
...
@@ -66,9 +66,9 @@ LIBID3TAG_VERSION=0.15.1b
LIBID3TAG_URL
=
$(VIDEOLAN)
/testing/contrib/libid3tag-
$(LIBID3TAG_VERSION)
.tar.gz
LIBMAD_VERSION
=
0.15.1b
LIBMAD_URL
=
$(VIDEOLAN)
/testing/contrib/libmad-
$(LIBMAD_VERSION)
.tar.gz
OGG_VERSION
=
1.1.
3
#
OGG_URL=http://downloads.xiph.org/releases/ogg/libogg-$(OGG_VERSION).tar.gz
O
GG_URL
=
$(VIDEOLAN)
/testing/contrib/libogg-
$(OGG_VERSION)
.tar.gz
OGG_VERSION
=
1.1.
4
OGG_URL
=
http://downloads.xiph.org/releases/ogg/libogg-
$(OGG_VERSION)
.tar.gz
#
GG_URL=$(VIDEOLAN)/testing/contrib/libogg-$(OGG_VERSION).tar.gz
OGG_CVSROOT
=
:pserver:anoncvs@xiph.org:/usr/local/cvsroot
VORBIS_VERSION
=
1.2.2
VORBIS_URL
=
http://downloads.xiph.org/releases/vorbis/libvorbis-
$(VORBIS_VERSION)
.tar.gz
...
...
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