mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
b999641f51
commit
ca12039905
2
Makefile
2
Makefile
|
@ -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) \
|
||||
|
|
|
@ -213,7 +213,11 @@ char *info_copyright=NULL;
|
|||
char *info_sourceform=NULL;
|
||||
char *info_comment=NULL;
|
||||
|
||||
|
||||
// Needed by libmpdemux.
|
||||
int mp_input_check_interrupt(int time) {
|
||||
usec_sleep(time);
|
||||
return 0;
|
||||
}
|
||||
|
||||
//char *out_audio_codec=NULL; // override audio codec
|
||||
//char *out_video_codec=NULL; // override video codec
|
||||
|
|
Loading…
Reference in New Issue