Commit 9727b87f authored by Christophe Massiot's avatar Christophe Massiot

* FreeBSD compilation fix, by �yvind Kolbu.

parent 33687bb4
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment