diff options
author | phintuka <phintuka> | 2008-12-03 22:52:27 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-12-03 22:52:27 +0000 |
commit | ae5eccc19a51c6dad0c8b423561fb64676448790 (patch) | |
tree | b4dcfb6aa7e25cc3ed45dbc0445600835e2850c2 | |
parent | c57f0ea73db9b524e7f2621f8028008a3a9d038f (diff) | |
download | xineliboutput-ae5eccc19a51c6dad0c8b423561fb64676448790.tar.gz xineliboutput-ae5eccc19a51c6dad0c8b423561fb64676448790.tar.bz2 |
Added xine/adjustable_scr.o to xine input plugin
-rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.74 2008-12-03 01:04:49 phintuka Exp $ +# $Id: Makefile,v 1.75 2008-12-03 22:52:27 phintuka Exp $ # # The official name of this plugin. @@ -213,7 +213,8 @@ OBJS_FBFE_SO = xine_fbfe_frontend.o $(OBJS_FE_SO) OBJS_FBFE = xine_fbfe_frontend.o $(OBJS_FE) # xine plugins -OBJS_XINE = xine_input_vdr.o xine_post_autocrop.o xine_post_swscale.o xine_post_audiochannel.o +OBJS_XINE = xine_input_vdr.o xine_post_autocrop.o xine_post_swscale.o xine_post_audiochannel.o \ + xine/adjustable_scr.o ### ### Implicit rules: @@ -362,8 +363,8 @@ $(VDRFBFE): $(OBJS_FBFE) # xine plugins # -$(XINEINPUTVDR): xine_input_vdr.o - $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ $< +$(XINEINPUTVDR): xine_input_vdr.o xine/adjustable_scr.o + $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ xine/adjustable_scr.o $< $(XINEPOSTAUTOCROP): xine_post_autocrop.o $(CC) $(CFLAGS) $(LDFLAGS_SO) $(LIBS_XINE) -o $@ $< $(XINEPOSTSWSCALE): xine_post_swscale.o |