Mercurial > mplayer.hg
diff Makefile @ 18267:89bd33b746b9
No need to include the whole libinput in mencoder
for a single useless function.
author | albeu |
---|---|
date | Tue, 25 Apr 2006 02:01:21 +0000 |
parents | c9e946b14b44 |
children | 66789c5e38ba |
line wrap: on
line diff
--- a/Makefile Tue Apr 25 01:38:02 2006 +0000 +++ b/Makefile Tue Apr 25 02:01:21 2006 +0000 @@ -111,7 +111,6 @@ $(DS_LIB) \ libaf/libaf.a \ libmpdemux/libmpdemux.a \ - input/libinput.a \ postproc/libswscale.a \ osdep/libosdep.a \ $(DVDREAD_LIB) \ @@ -370,6 +369,7 @@ LIBS_MPLAYER = libvo/libvo.a \ libao2/libao2.a \ + input/libinput.a \ $(MENU_LIBS) \ $(VIDIX_LIBS) \ $(GUI_LIBS) \