diff options
author | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-25 02:01:21 +0000 |
---|---|---|
committer | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-04-25 02:01:21 +0000 |
commit | ca1203990581809a2dd9f7e2967cf9a11989a8b9 (patch) | |
tree | 08583abfcac7be12d01d3db0ef1f48ed91a0f164 /Makefile | |
parent | b999641f51b3405ce523a02b7cb281544f50741c (diff) | |
download | mpv-ca1203990581809a2dd9f7e2967cf9a11989a8b9.tar.bz2 mpv-ca1203990581809a2dd9f7e2967cf9a11989a8b9.tar.xz |
No need to include the whole libinput in mencoder
for a single useless function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18268 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,6 @@ COMMON_LIBS = libmpcodecs/libmpcodecs.a \ $(DS_LIB) \ libaf/libaf.a \ libmpdemux/libmpdemux.a \ - input/libinput.a \ postproc/libswscale.a \ osdep/libosdep.a \ $(DVDREAD_LIB) \ @@ -370,6 +369,7 @@ endif LIBS_MPLAYER = libvo/libvo.a \ libao2/libao2.a \ + input/libinput.a \ $(MENU_LIBS) \ $(VIDIX_LIBS) \ $(GUI_LIBS) \ |