Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
e9345712
Commit
e9345712
authored
Aug 22, 2000
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
. fixed PPC .deb build
parent
0a883937
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
debian/vlc.docs
debian/vlc.docs
+0
-1
src/misc/tests.c
src/misc/tests.c
+4
-1
src/video_parser/vpar_blocks.c
src/video_parser/vpar_blocks.c
+1
-0
No files found.
debian/vlc.docs
View file @
e9345712
...
...
@@ -2,4 +2,3 @@ AUTHORS
INSTALL
README
TODO
ChangeLog
src/misc/tests.c
View file @
e9345712
...
...
@@ -66,6 +66,9 @@ int TestMethod( char * psz_var, char * psz_method )
*****************************************************************************/
int
TestMMX
(
void
)
{
#ifndef __i386__
return
(
0
);
#else
/* FIXME: under beos, gcc does not support the following inline assembly */
#ifdef SYS_BEOS
return
(
1
);
...
...
@@ -132,7 +135,7 @@ int TestMMX( void )
return
(
0
);
return
(
1
);
#endif
#endif
}
...
...
src/video_parser/vpar_blocks.c
View file @
e9345712
...
...
@@ -27,6 +27,7 @@
#include <sys/types.h>
/* on BSD, uio.h needs types.h */
#include <sys/uio.h>
/* "input.h" */
#include <string.h>
/* memset */
#include "config.h"
#include "common.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