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
cfac4b6f
Commit
cfac4b6f
authored
Nov 23, 2007
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ffmpeg for armeb target.
parent
38e8f929
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
19 deletions
+0
-19
extras/contrib/src/Patches/ffmpeg-svn-grab.patch
extras/contrib/src/Patches/ffmpeg-svn-grab.patch
+0
-10
extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
+0
-9
No files found.
extras/contrib/src/Patches/ffmpeg-svn-grab.patch
deleted
100644 → 0
View file @
38e8f929
--- ffmpeg/libavformat/grab.c.orig 2007-05-14 16:36:34.000000000 +0200
+++ ffmpeg/libavformat/grab.c 2007-05-14 16:36:50.000000000 +0200
@@ -27,6 +27,7 @@
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
#include <time.h>
+#include <strings.h>
typedef struct {
int fd;
extras/contrib/src/Patches/ffmpeg-svn-uclibc.patch
View file @
cfac4b6f
...
...
@@ -11,12 +11,3 @@
alpha)
arch="alpha"
enable fast_64bit
@@ -1567,7 +1567,7 @@
EOF
else
# programs cannot be launched if cross compiling, so make a static guess
- if test "$arch" = "powerpc" -o "$arch" = "mips" ; then
+ if test "$arch" = "powerpc" -o "$arch" = "mips" -o "$arch" = "armeb"; then
bigendian="yes"
fi
fi
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