summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-14 00:54:09 +0000
committerphintuka <phintuka>2008-11-14 00:54:09 +0000
commit0ed44437a6d9cc01927cb38b21d4f59ca7ea99b2 (patch)
tree5d08f36d5640f5f4effd143853ae5800b37c0171
parentb684819ef9887cc26c02783d4a03b4a207501c67 (diff)
downloadxineliboutput-0ed44437a6d9cc01927cb38b21d4f59ca7ea99b2.tar.gz
xineliboutput-0ed44437a6d9cc01927cb38b21d4f59ca7ea99b2.tar.bz2
Need only one xine_fbfe_frontend.o
-rw-r--r--Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 5621dbab..3849665c 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.59 2008-11-13 23:56:58 phintuka Exp $
+# $Id: Makefile,v 1.60 2008-11-14 00:54:09 phintuka Exp $
#
# The official name of this plugin.
@@ -238,7 +238,7 @@ endif
ifeq ($(XINELIBOUTPUT_FB), yes)
OBJS_FBFE_SO = xine_fbfe_frontend.o xine/post.o
- OBJS_FBFE = xine_fbfe_frontend_standalone.o xine/post.o tools/vdrdiscovery.o logdefs.o \
+ OBJS_FBFE = xine_fbfe_frontend.o xine/post.o tools/vdrdiscovery.o logdefs.o \
xine_frontend_main.o xine_frontend_lirc.o
else
OBJS_FBFE_SO =
@@ -314,11 +314,6 @@ xine_sxfe_frontend_standalone.o: xine_sxfe_frontend.c xine_frontend.c \
xine/post.h logdefs.h xine_frontend_lirc.h \
xineliboutput.c tools/vdrdiscovery.h
$(CC) $(CFLAGS) -c $(DEFINES) -DFE_STANDALONE $(INCLUDES) $(OPTFLAGS) xine_sxfe_frontend.c -o $@
-xine_fbfe_frontend_standalone.o: xine_fbfe_frontend.c xine_frontend.c \
- xine_frontend.h xine_input_vdr.h xine_osd_command.h \
- xine/post.h logdefs.h xine_frontend_lirc.h \
- xineliboutput.c tools/vdrdiscovery.h
- $(CC) $(CFLAGS) -c $(DEFINES) -DFE_STANDALONE $(INCLUDES) $(OPTFLAGS) xine_fbfe_frontend.c -o $@
### Internationalization (I18N):