diff options
author | phintuka <phintuka> | 2008-05-27 15:58:30 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-05-27 15:58:30 +0000 |
commit | 71bb68fd02a1acabcf6cabe63d50943cc60ace64 (patch) | |
tree | b42af8f965365d1ccc5cf60e36e049a74b5c160d | |
parent | 7b7d9b3594834e32e5cdc3e1866a8c8cf4e2cd0d (diff) | |
download | xineliboutput-71bb68fd02a1acabcf6cabe63d50943cc60ace64.tar.gz xineliboutput-71bb68fd02a1acabcf6cabe63d50943cc60ace64.tar.bz2 |
Added -LXinerama
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 2008-05-07 13:27:15 phintuka Exp $ +# $Id: Makefile,v 1.39 2008-05-27 15:58:30 phintuka Exp $ # # The official name of this plugin. @@ -246,6 +246,9 @@ LIBS_X11 += -L/usr/X11R6/lib -lX11 -lXv -lXext ifeq ($(HAVE_XRENDER), 1) LIBS_X11 += -lXrender endif +ifeq ($(HAVE_XINERAMA), 1) + LIBS_X11 += -lXinerama +endif ifeq ($(APPLE_DARWIN), 1) INCLUDES += -I/sw/include |