diff options
author | phintuka <phintuka> | 2006-08-16 23:29:35 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-16 23:29:35 +0000 |
commit | 97593a6e2da4d65a36775a2feb070ec231fe608a (patch) | |
tree | a6bc56869e3a40774abc111a33ae32222b61f1ca | |
parent | 6f4de30c1c8c44b68f5bdebf5ee96ab2bb5fbb01 (diff) | |
download | xineliboutput-97593a6e2da4d65a36775a2feb070ec231fe608a.tar.gz xineliboutput-97593a6e2da4d65a36775a2feb070ec231fe608a.tar.bz2 |
Added missing dependency (logdefs.h) to xine_input_vdr.o
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.6 2006-08-15 16:40:43 phintuka Exp $ +# $Id: Makefile,v 1.7 2006-08-16 23:29:35 phintuka Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -262,7 +262,7 @@ nosignal_720x576.c: mpg2c nosignal_720x576.mpg vdrlogo_720x576.c: mpg2c vdrlogo_720x576.mpg @./mpg2c vdrlogo vdrlogo_720x576.mpg vdrlogo_720x576.c -xine_input_vdr.o: xine_input_vdr.c xine_input_vdr.h xine_osd_command.h nosignal_720x576.c +xine_input_vdr.o: xine_input_vdr.c xine_input_vdr.h xine_osd_command.h nosignal_720x576.c logdefs.h $(CC) $(CFLAGS) -c $(DEFINES) $(INCLUDES) $(OPTFLAGS) xine_input_vdr.c xine/post.o: xine/post.c xine/post.h $(CC) $(CFLAGS) -c $(DEFINES) $(INCLUDES) $(OPTFLAGS) xine/post.c -o $@ |