diff options
author | phintuka <phintuka> | 2006-07-02 17:14:09 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-07-02 17:14:09 +0000 |
commit | 7006c5f2fe34265cd16ce1dd0a567ae8fc92bed6 (patch) | |
tree | 36f6d7a9fadd93220e2c936f45bf6ded5204505d | |
parent | e1b0884a46e7a62e8549c9c3da8109a2f0c906e3 (diff) | |
download | xineliboutput-7006c5f2fe34265cd16ce1dd0a567ae8fc92bed6.tar.gz xineliboutput-7006c5f2fe34265cd16ce1dd0a567ae8fc92bed6.tar.bz2 |
*** empty log message ***
-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.2 2006-06-04 11:00:04 phintuka Exp $ +# $Id: Makefile,v 1.3 2006-07-02 17:14:09 phintuka Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -270,7 +270,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 +xine_input_vdr.o: xine_input_vdr.c xine_input_vdr.h xine_osd_command.h nosignal_720x576.c $(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 $@ |