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
9727b87f
Commit
9727b87f
authored
Jul 19, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* FreeBSD compilation fix, by �yvind Kolbu.
parent
33687bb4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
AUTHORS
AUTHORS
+4
-0
ChangeLog
ChangeLog
+1
-0
Makefile.opts.in
Makefile.opts.in
+4
-0
TODO
TODO
+1
-1
No files found.
AUTHORS
View file @
9727b87f
...
...
@@ -139,6 +139,10 @@ N: David Kennedy
E: dkennedy@tinytoad.com
D: X11 fullscreen patch
N: yvind Kolbu
E: oyvindk@world-online.no
D: FreeBSD patches
N: Andres Krapf
E: dae@via.ecp.fr
C: dae
...
...
ChangeLog
View file @
9727b87f
...
...
@@ -62,6 +62,7 @@ HEAD
*
Grayscale
mode
now
turns
off
chroma
IDCT
decoding
.
*
Kludged
so
that
times
displayed
in
the
scrollbar
are
finally
correct
for
MPEG
-
2
streams
.
*
FreeBSD
compilation
fix
by
Ø
yvind
Kolbu
.
0.2.80
Tue
,
5
Jun
2001
04
:
41
:
06
+
0200
...
...
Makefile.opts.in
View file @
9727b87f
...
...
@@ -199,6 +199,10 @@ ifneq (,$(findstring mingw32,$(SYS)))
CFLAGS
+=
-fnative-struct
-D_OFF_T_
-D_off_t
=
long
endif
ifneq
(,$(findstring bsd,$(SYS)))
CFLAGS
+=
-pthread
endif
# Optimizations : don't compile debug versions with them
ifeq
($(OPTIMS),1)
CFLAGS
+=
-O3
...
...
TODO
View file @
9727b87f
...
...
@@ -39,7 +39,7 @@ Urgency: Critical
Description
:
Fix
the
FreeBSD
port
The
FreeBSD
port
of
vlc
doesn
't run, probably because of a pthread
issue. This should be investigated.
Status:
Todo
Status:
Done 19 Jul 2001 (Øyvind Kolbu <oyvindk@world-online.no>
)
Task: 0x5a
Difficulty: Hard
...
...
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