1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-22 11:18:32 +00:00

Use explicit path for headers from the loader/ directory.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22624 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 22:34:45 +00:00
parent e085bc8dcf
commit a6eca2eef8
3 changed files with 3 additions and 5 deletions

View File

@ -65,8 +65,6 @@ SRCS_MENCODER = muxer.c \
SRCS_MENCODER-$(CONFIG_LIBAVFORMAT) += muxer_lavf.c
SRCS_MENCODER-$(CONFIG_LIBAVFORMAT_SO) += muxer_lavf.c
CFLAGS = -I../loader
CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec
CFLAGS-$(CONFIG_LIBAVFORMAT) += -I../libavformat

View File

@ -32,10 +32,10 @@
#include "stheader.h"
#include "libvo/fastmemcpy.h"
#include "wine/windef.h"
#include "loader/wine/windef.h"
#ifdef WIN32_LOADER
#include "ldt_keeper.h"
#include "loader/ldt_keeper.h"
#endif
#include "demux_avs.h"

View File

@ -29,7 +29,7 @@
#include "libass/ass_mp.h"
#ifdef USE_QTX_CODECS
#include "qtx/qtxsdk/components.h"
#include "loader/qtx/qtxsdk/components.h"
#endif
#ifdef HAVE_ZLIB