summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e997f5be..0b1c2941 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.38.2.2 2008-11-17 17:01:41 phintuka Exp $
+# $Id: Makefile,v 1.38.2.1 2008-10-21 14:42:21 phintuka Exp $
#
# The official name of this plugin.
@@ -244,8 +244,7 @@ INCLUDES += -I$(VDRINCDIR)
LIBS_XINE += $(shell (pkg-config libxine --atleast-version=1.1.90 && pkg-config libxine --libs) || xine-config --libs)
LIBS_X11 += -L/usr/X11R6/lib -lX11 -lXv -lXext
ifeq ($(HAVE_XRENDER), 1)
-# need -lm for ceil/floor in HUD OSD
- LIBS_X11 += -lXrender -lm
+ LIBS_X11 += -lXrender
endif
ifeq ($(APPLE_DARWIN), 1)