1
0
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:
diego 2007-08-25 17:52:29 +00:00
parent f04257530a
commit 7728f7bd12
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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;