1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

Fix compilation, bswap.h is now mpbswap.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22652 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 00:06:19 +00:00
parent a62da69c2a
commit aa972be599

View File

@ -42,7 +42,8 @@
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "mp_msg.h"
#include "bswap.h"
#include "libavutil/common.h"
#include "mpbswap.h"
/// Netstream packets def and some helpers
#include "stream/netstream.h"