]> git.sesse.net Git - vlc/commitdiff
* FreeBSD compilation fix, by �yvind Kolbu.
authorChristophe Massiot <massiot@videolan.org>
Thu, 19 Jul 2001 11:42:31 +0000 (11:42 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 19 Jul 2001 11:42:31 +0000 (11:42 +0000)
AUTHORS
ChangeLog
Makefile.opts.in
TODO

diff --git a/AUTHORS b/AUTHORS
index e42bfc46125bc431fa69ba387ec5f4e9f5d22116..010e8a65996adc2e5f8cc97bd51e69f380021579 100644 (file)
--- 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
index 31bc85b72cbf0e5340d7c328279f26b26adc2792..8d630160576b71f50ca2be37ed7c79982994b80d 100644 (file)
--- 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
index d823003ac205109e4340604b7ac8f7920eef10b6..2080552f5658b6038faa24ed77dc4a091a5136c3 100644 (file)
@@ -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 5a496db915ae2f7885b1430830e6d87ca8adda8b..ebf245f4c8566bf55b913ce039a8b6fbcd134630 100644 (file)
--- 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 <oyvindk@world-online.no>)
 
 Task: 0x5a
 Difficulty: Hard