summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2014-06-17 11:22:15 +0000
committerphintuka <phintuka>2014-06-17 11:22:15 +0000
commit8dfe3f5bde08175416cca5501ad8a466d0780a79 (patch)
tree1e34014fc3dbd8e5254a5e440dfae10df5af699d
parent157723acfab2b9f49dc176f3a72af3d6d476d0a5 (diff)
downloadxineliboutput-8dfe3f5bde08175416cca5501ad8a466d0780a79.tar.gz
xineliboutput-8dfe3f5bde08175416cca5501ad8a466d0780a79.tar.bz2
Fix "gcc: fatal error: no input files" with some configurations.
(patch #21, Thanks to Helmut Auer)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 61ea2535..802ea77a 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.118 2014-01-14 08:21:33 phintuka Exp $
+# $Id: Makefile,v 1.119 2014-06-17 11:22:15 phintuka Exp $
#
# The official name of this plugin.
@@ -274,7 +274,7 @@ vdrlogo_720x576.c: mpg2c vdrlogo_720x576.mpg
@./mpg2c vdrlogo vdrlogo_720x576.mpg vdrlogo_720x576.c
# C code (xine plugins and frontends)
-$(sort $(OBJS_SXFE) $(OBJS_FBFE) $(OBJS_XINE)):
+$(sort $(OBJS_SXFE) $(OBJS_FBFE) $(OBJS_XINE)): %.o: %.c
$(CC) $(CFLAGS) -c $(DEFINES) $(INCLUDES) $(CFLAGS_X11) $(CFLAGS_AVUTIL) $(OPTFLAGS) -o $@ $<
### Internationalization (I18N):