From 9727b87f3669edc8574440167d77db1b22a12ba4 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 19 Jul 2001 11:42:31 +0000 Subject: [PATCH] =?utf8?q?*=20FreeBSD=20compilation=20fix,=20by=20?= =?utf8?q?=EF=BF=BDyvind=20Kolbu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- AUTHORS | 4 ++++ ChangeLog | 1 + Makefile.opts.in | 4 ++++ TODO | 2 +- 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index e42bfc4612..010e8a6599 100644 --- a/AUTHORS +++ b/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 diff --git a/ChangeLog b/ChangeLog index 31bc85b72c..8d63016057 100644 --- a/ChangeLog +++ b/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 diff --git a/Makefile.opts.in b/Makefile.opts.in index d823003ac2..2080552f56 100644 --- a/Makefile.opts.in +++ b/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 diff --git a/TODO b/TODO index 5a496db915..ebf245f4c8 100644 --- a/TODO +++ b/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 ) Task: 0x5a Difficulty: Hard -- 2.39.5