Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
18266:2bf9ae91ff54 | 18267:89bd33b746b9 |
---|---|
109 COMMON_LIBS = libmpcodecs/libmpcodecs.a \ | 109 COMMON_LIBS = libmpcodecs/libmpcodecs.a \ |
110 $(W32_LIB) \ | 110 $(W32_LIB) \ |
111 $(DS_LIB) \ | 111 $(DS_LIB) \ |
112 libaf/libaf.a \ | 112 libaf/libaf.a \ |
113 libmpdemux/libmpdemux.a \ | 113 libmpdemux/libmpdemux.a \ |
114 input/libinput.a \ | |
115 postproc/libswscale.a \ | 114 postproc/libswscale.a \ |
116 osdep/libosdep.a \ | 115 osdep/libosdep.a \ |
117 $(DVDREAD_LIB) \ | 116 $(DVDREAD_LIB) \ |
118 $(CODEC_LIBS) \ | 117 $(CODEC_LIBS) \ |
119 $(FREETYPE_LIB) \ | 118 $(FREETYPE_LIB) \ |
368 OBJS_MPLAYER += osdep/mplayer-rc.o | 367 OBJS_MPLAYER += osdep/mplayer-rc.o |
369 endif | 368 endif |
370 | 369 |
371 LIBS_MPLAYER = libvo/libvo.a \ | 370 LIBS_MPLAYER = libvo/libvo.a \ |
372 libao2/libao2.a \ | 371 libao2/libao2.a \ |
372 input/libinput.a \ | |
373 $(MENU_LIBS) \ | 373 $(MENU_LIBS) \ |
374 $(VIDIX_LIBS) \ | 374 $(VIDIX_LIBS) \ |
375 $(GUI_LIBS) \ | 375 $(GUI_LIBS) \ |
376 $(COMMON_LIBS) \ | 376 $(COMMON_LIBS) \ |
377 $(GTK_LIBS) \ | 377 $(GTK_LIBS) \ |