1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-11 00:29:02 +00:00

fix includes due to libmpdemux split (patch by Stefan Huehner)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19280 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2006-07-31 19:59:06 +00:00
parent 1cad07f6cd
commit 145fffc5f7
3 changed files with 4 additions and 4 deletions

View File

@ -36,13 +36,13 @@ extern af_cfg_t af_cfg;
#include <iconv.h>
#endif
#include "libmpdemux/stream.h"
#include "stream/stream.h"
#include "libmpdemux/demuxer.h"
#include "libmpdemux/stheader.h"
#include "libmpcodecs/dec_video.h"
#ifdef USE_DVDREAD
#include "libmpdemux/stream_dvd.h"
#include "stream/stream_dvd.h"
#endif

View File

@ -9,7 +9,7 @@
#include "cfg.h"
#ifdef USE_DVDREAD
#include "libmpdemux/stream.h"
#include "stream/stream.h"
#endif
typedef struct

View File

@ -12,7 +12,7 @@
#include "../../config.h"
#include "../../help_mp.h"
#include "../libmpdemux/stream.h"
#include "../stream/stream.h"
#include "../interface.h"
#include "../widgets.h"