[MPlayer-G2-dev] release: pre-40

Bohdan Horst nexus at irc.pl
Tue Aug 12 14:58:39 CEST 2003


On Sun, Aug 10, 2003 at 03:05:07PM +0200, Arpi wrote:
> Hi,
> 
> pre40:
[...]

small patch to compile under FreeBSD:

-- 
 /  irl: Bohdan 'Nexus' Horst  |  irc: Nexus  \
{----------------------v-------^---------------}
 \ http://irc.pl/nexus | mailto: nexus at irc.pl /
-------------- next part --------------
--- Makefile	Thu Jul 24 00:12:27 2003
+++ Makefile.new	Tue Aug 12 14:56:10 2003
@@ -3,8 +3,12 @@
 
 LIBNAME = libvo2.a
 
-SRCS=vo_null.c vo_fbdev.c vo_x11.c vo_xv.c vo_mga.c vo_tdfx_vid.c vo_xover.c video_out.c event.c x11_helper.c # vo_pgm.c vo_md5.c
+SRCS=vo_null.c vo_x11.c vo_xv.c vo_mga.c vo_tdfx_vid.c vo_xover.c video_out.c event.c x11_helper.c # vo_pgm.c vo_md5.c
 OBJS=$(SRCS:.c=.o)
+
+ifeq ($(HAVE_FBDEV),yes)
+SRCS += vo_fbdev.c
+endif
 
 ifeq ($(VIDIX),yes)
 # SRCS += vosub_vidix.c


More information about the MPlayer-G2-dev mailing list