Browse Source

* FreeBSD compilation fix, by �yvind Kolbu.

pull/2/head
Christophe Massiot 25 years ago
parent
commit
9727b87f36
  1. 4
      AUTHORS
  2. 1
      ChangeLog
  3. 4
      Makefile.opts.in
  4. 2
      TODO

4
AUTHORS

@ -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

1
ChangeLog

@ -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

4
Makefile.opts.in

@ -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

2
TODO

@ -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

Loading…
Cancel
Save