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
13072b33
Commit
13072b33
authored
Oct 10, 2008
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: update ffmpeg used for 0.9.5 to version of today.
parent
738491f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
16 deletions
+1
-16
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-4
extras/contrib/src/Patches/ffmpeg-altivec-fix.patch
extras/contrib/src/Patches/ffmpeg-altivec-fix.patch
+0
-12
No files found.
extras/contrib/src/Makefile
View file @
13072b33
...
...
@@ -1056,7 +1056,7 @@ DISTCLEAN_PKG += amrwb-$(LIBAMR_WB_VERSION).tar.bz2
ifdef
SVN
ffmpeg
:
$(SVN)
co
$(FFMPEG_SVN)
ffmpeg
-r
15
261
$(SVN)
co
$(FFMPEG_SVN)
ffmpeg
-r
15
594
ifeq
($(HOST),i586-pc-beos)
(
cd
$@
;
patch
-p0
< ../Patches/ffmpeg-svn-beos.patch
)
endif
...
...
@@ -1069,9 +1069,6 @@ endif
ifdef
HAVE_DARWIN_OS_ON_INTEL
(
cd
$@
;
patch
-p0
< ../Patches/ffmpeg-macosx-intel-mmx.patch
)
endif
ifdef
HAVE_DARWIN_OS
(
cd
$@
;
patch
-p1
< ../Patches/ffmpeg-altivec-fix.patch
)
endif
ifdef
HAVE_UCLIBC
patch
-p0
< Patches/ffmpeg-svn-uclibc.patch
patch
-p0
< Patches/ffmpeg-svn-internal-define.patch
...
...
extras/contrib/src/Patches/ffmpeg-altivec-fix.patch
deleted
100644 → 0
View file @
738491f7
diff --git a/libavcodec/ppc/check_altivec.c b/libavcodec/ppc/check_altivec.c
index 932c218..f88b276 100644
--- a/libavcodec/ppc/check_altivec.c
+++ b/libavcodec/ppc/check_altivec.c
@@ -23,6 +23,7 @@
*/
#ifdef __APPLE__
+#undef _POSIX_C_SOURCE
#include <sys/sysctl.h>
#elif __AMIGAOS4__
#include <exec/exec.h>
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