mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
clearer that netstream.h belongs to stream_netstream.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27779 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3679961515
commit
17f509905c
@ -44,7 +44,7 @@
|
||||
#include "mpbswap.h"
|
||||
|
||||
/// Netstream packets def and some helpers
|
||||
#include "stream/netstream.h"
|
||||
#include "stream/stream_netstream.h"
|
||||
|
||||
// linking hacks
|
||||
char *info_name;
|
||||
|
@ -59,7 +59,7 @@
|
||||
#include "mpbswap.h"
|
||||
|
||||
#include "network.h"
|
||||
#include "netstream.h"
|
||||
#include "stream_netstream.h"
|
||||
#include "tcp.h"
|
||||
|
||||
static struct stream_priv_s {
|
||||
|
Loading…
Reference in New Issue
Block a user