Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
e3204a6d
Commit
e3204a6d
authored
Nov 28, 2004
by
Eric Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
packages.mak: upgraded freetype
ffmpeg.patch.cvs: BeOS fix
parent
2d91e6df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
11 deletions
+20
-11
extras/contrib/src/Patches/ffmpeg.patch.cvs
extras/contrib/src/Patches/ffmpeg.patch.cvs
+19
-10
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+1
-1
No files found.
extras/contrib/src/Patches/ffmpeg.patch.cvs
View file @
e3204a6d
diff -ru ffmpeg-original/configure ffmpeg/configure
--- ffmpeg-original/configure Fri Aug 13 02:59:48 2004
+++ ffmpeg/configure Mon Aug 16 12:54:10 2004
@@ -351,11 +351,11 @@
diff -ru ffmpeg.orig/configure ffmpeg/configure
--- ffmpeg.orig/configure Tue Nov 23 19:28:23 2004
+++ ffmpeg/configure Sun Nov 28 20:54:48 2004
@@ -210,7 +210,7 @@
2.9-beos-991026*|2.9-beos-000224*) echo "R5/GG gcc"
mmx="no"
;;
-*20010315*) echo "BeBits gcc"
+*20010315*|2.95.3*) echo "BeBits gcc"
CFLAGS="$CFLAGS -fno-expensive-optimizations"
;;
esac
@@ -370,11 +370,11 @@
;;
--make=*) make=`echo $opt | cut -d '=' -f 2`
;;
...
...
@@ -16,9 +25,9 @@ diff -ru ffmpeg-original/configure ffmpeg/configure
;;
--cpu=*) cpu=`echo $opt | cut -d '=' -f 2`
;;
diff -ru ffmpeg
-original
/libavcodec/eval.c ffmpeg/libavcodec/eval.c
--- ffmpeg
-original
/libavcodec/eval.c Wed Feb 18 13:49:30 2004
+++ ffmpeg/libavcodec/eval.c
Mon Aug 16 12:46:02
2004
diff -ru ffmpeg
.orig
/libavcodec/eval.c ffmpeg/libavcodec/eval.c
--- ffmpeg
.orig
/libavcodec/eval.c Wed Feb 18 13:49:30 2004
+++ ffmpeg/libavcodec/eval.c
Sun Nov 28 20:29:15
2004
@@ -34,6 +34,8 @@
#include <string.h>
#include <math.h>
...
...
@@ -28,9 +37,9 @@ diff -ru ffmpeg-original/libavcodec/eval.c ffmpeg/libavcodec/eval.c
#ifndef NAN
#define NAN 0
#endif
diff -ru ffmpeg
-original
/libavformat/tcp.c ffmpeg/libavformat/tcp.c
--- ffmpeg
-original
/libavformat/tcp.c Thu Aug 12 02:09:32 2004
+++ ffmpeg/libavformat/tcp.c
Mon Aug 16 12:46:02
2004
diff -ru ffmpeg
.orig
/libavformat/tcp.c ffmpeg/libavformat/tcp.c
--- ffmpeg
.orig
/libavformat/tcp.c Thu Aug 12 02:09:32 2004
+++ ffmpeg/libavformat/tcp.c
Sun Nov 28 20:29:15
2004
@@ -32,6 +32,7 @@
#include <netdb.h>
#include <sys/time.h>
...
...
extras/contrib/src/packages.mak
View file @
e3204a6d
...
...
@@ -40,7 +40,7 @@ LIBICONV_VERSION=1.9.1
LIBICONV_URL
=
$(GNU)
/libiconv/libiconv-
$(LIBICONV_VERSION)
.tar.gz
GETTEXT_VERSION
=
0.14.1
GETTEXT_URL
=
$(GNU)
/gettext/gettext-
$(GETTEXT_VERSION)
.tar.gz
FREETYPE2_VERSION
=
2.1.
7
FREETYPE2_VERSION
=
2.1.
9
FREETYPE2_URL
=
ftp://ftp.freetype.org/freetype/freetype2/freetype-
$(FREETYPE2_VERSION)
.tar.gz
FRIBIDI_VERSION
=
0.10.4
FRIBIDI_URL
=
$(SF)
/fribidi/fribidi-
$(FRIBIDI_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