summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2010-01-07 12:57:03 +0000
committerphintuka <phintuka>2010-01-07 12:57:03 +0000
commit4c22f8cb53b5c1b1e005fcf7bdd8307035ef217a (patch)
tree2220abc5388eced5d12d45c42e08a66e47e118f8
parentb3d55e96903dcc26f3a2b3aab8658d653c62df2b (diff)
downloadxineliboutput-4c22f8cb53b5c1b1e005fcf7bdd8307035ef217a.tar.gz
xineliboutput-4c22f8cb53b5c1b1e005fcf7bdd8307035ef217a.tar.bz2
Changed default libbluray location
Added -Wall
-rw-r--r--xine/BluRay/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/xine/BluRay/Makefile b/xine/BluRay/Makefile
index 1f2cea39..eda0d715 100644
--- a/xine/BluRay/Makefile
+++ b/xine/BluRay/Makefile
@@ -2,7 +2,7 @@
# deps
#
-BLURAY_INC_DIR ?= /usr/src/libburay/trunk/libbluray/src/
+BLURAY_INC_DIR ?= /usr/src/libbluray/src/
#
# select plugins
@@ -29,9 +29,9 @@ endif
#
CFLAGS += -O2 -fPIC
+CFLAGS += -Wall
CFLAGS += $(shell pkg-config libxine --cflags)
CFLAGS += $(CFLAGS_BD)
-DESTDIR = /
INSTALL = install
ifeq ($(ENABLE_INPUT_PLUGIN), yes)
@@ -53,7 +53,7 @@ endif
# targets
#
-DESTDIR = /
+DESTDIR ?= /
XINEPLUGINDIR = $(shell pkg-config libxine --variable=plugindir)
ifeq ($(ENABLE_DEMUX_PLUGIN), yes)