mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
Get netstream closer to linking.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24201 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f04257530a
commit
7728f7bd12
@ -62,6 +62,7 @@ NETSTREAM_DEPS = ../libmpdemux/libmpdemux.a \
|
||||
../m_struct.o \
|
||||
../mp_msg.o \
|
||||
../osdep/libosdep.a \
|
||||
../mp_fifo.o \
|
||||
-ltermcap -lm \
|
||||
|
||||
ifeq ($(TARGET_WIN32),yes)
|
||||
|
@ -397,7 +397,9 @@ int mp_input_check_interrupt(int time){
|
||||
// for libdvdread:
|
||||
#include "get_path.c"
|
||||
|
||||
// linking hacks
|
||||
int stream_cache_size=0;
|
||||
int index_mode=0;
|
||||
|
||||
// for demux_ogg:
|
||||
void* vo_sub=NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user