mirror of https://github.com/mpv-player/mpv
"cfg-mplayer-def.h" is what is written in ~/.mplayer/config when it is not
found, completely unnecessary in mencoder.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17214 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
41609ac878
commit
da8fe66f05
|
@ -277,7 +277,6 @@ static short edl_seek_type; ///< When non-zero, frames are discarded instead of
|
|||
static int edl_seek(edl_record_ptr next_edl_record, demuxer_t* demuxer, demux_stream_t *d_audio, muxer_stream_t* mux_a, s_frame_data * frame_data, int framecopy);
|
||||
#endif
|
||||
|
||||
#include "cfg-mplayer-def.h"
|
||||
#include "cfg-mencoder.h"
|
||||
|
||||
#ifdef USE_DVDREAD
|
||||
|
|
Loading…
Reference in New Issue