From d9d13f0e4eda132ab8bb925c2dfaad53d59272cf Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 7 Jan 2010 12:52:21 +0000 Subject: Moved targets section to new location --- xine/BluRay/Makefile | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/xine/BluRay/Makefile b/xine/BluRay/Makefile index 6475944c..aab5a3cb 100644 --- a/xine/BluRay/Makefile +++ b/xine/BluRay/Makefile @@ -11,31 +11,6 @@ ENABLE_DEMUX_PLUGIN = yes # ENABLE_SPU_PLUGIN = no #endif -# -# targets -# - -DESTDIR = / -XINEPLUGINDIR = $(shell pkg-config libxine --variable=plugindir) - -ifeq ($(ENABLE_DEMUX_PLUGIN), yes) - XINEDMXPLUGIN = xineplug_dmx_mpeg_ts_hdmv.so -else - $(warning Not building HDMV MPEG-TS demuxer plugin) -endif - -ifeq ($(ENABLE_SPU_PLUGIN), yes) - XINESPUPLUGIN = xineplug_decode_spuhdmv.so -else - $(warning Not building HDMV SPU plugin for xine-lib >= 1.1.17) -endif - -ifeq ($(ENABLE_INPUT_PLUGIN), yes) - XINEINPUTPLUGIN= xineplug_inp_bluray.so -else - $(warning Not building BluRay input plugin) -endif - # # compiler options # @@ -61,6 +36,31 @@ ifeq ($(ENABLE_INPUT_PLUGIN), yes) LIBS_BD ?= -L/usr/local/lib -lbluray endif +# +# targets +# + +DESTDIR = / +XINEPLUGINDIR = $(shell pkg-config libxine --variable=plugindir) + +ifeq ($(ENABLE_DEMUX_PLUGIN), yes) + XINEDMXPLUGIN = xineplug_dmx_mpeg_ts_hdmv.so +else + $(warning Not building HDMV MPEG-TS demuxer plugin) +endif + +ifeq ($(ENABLE_SPU_PLUGIN), yes) + XINESPUPLUGIN = xineplug_decode_spuhdmv.so +else + $(warning Not building HDMV SPU plugin) +endif + +ifeq ($(ENABLE_INPUT_PLUGIN), yes) + XINEINPUTPLUGIN= xineplug_inp_bluray.so +else + $(warning Not building BluRay input plugin) +endif + # # object files # -- cgit v1.2.3