summaryrefslogtreecommitdiff
path: root/multimedia/xine-lib/patches/patch-ap
blob: fb47a5fd0ab56fe73d5b9212ef939f407c57562c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$NetBSD: patch-ap,v 1.2 2004/03/11 17:26:02 jmmv Exp $

--- src/dxr3/Makefile.am.orig	2003-09-13 16:21:09.000000000 +0200
+++ src/dxr3/Makefile.am
@@ -18,6 +18,9 @@ endif
 if HAVE_LIBRTE
 link_rte = -lrte
 endif
+if HAVE_XINERAMA
+link_xinerama = -lXinerama
+endif
 
 lib_LTLIBRARIES = $(dxr3_modules) 
 
@@ -43,7 +46,7 @@ xineplug_vo_out_dxr3_la_SOURCES = \
 	dxr3_scr.c \
 	video_out_dxr3.c 
 
-xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_x_libs) $(XINE_LIB)
+xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_xinerama) $(link_x_libs) $(XINE_LIB)
 xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module
 
 noinst_HEADERS = \