1
0
mirror of https://github.com/mpv-player/mpv synced 2025-04-17 12:54:40 +00:00

Add explicit location for headers from the stream/ directory.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22617 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 17:10:36 +00:00
parent c50a336acf
commit c0a30e606f
9 changed files with 8 additions and 9 deletions

View File

@ -148,7 +148,6 @@ SRCS_MENCODER-$(MP3LAME) += ae_lame.c
CFLAGS = -I../libmpdemux \
-I../stream \
CFLAGS-$(CONFIG_LIBAVUTIL) += -I../libavutil
CFLAGS-$(CONFIG_LIBAVCODEC) += -I../libavcodec

View File

@ -8,7 +8,7 @@
#include "config.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "ad.h"

View File

@ -2,7 +2,7 @@
#include "codec-cfg.h"
#include "libaf/af_format.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -14,7 +14,7 @@
#include <libdv/dv.h>
#include <libdv/dv_types.h>
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -6,7 +6,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "codec-cfg.h"

View File

@ -14,7 +14,7 @@
#include "osdep/timer.h"
#include "osdep/shmem.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "parse_es.h"

View File

@ -17,7 +17,7 @@
#include "img_format.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "dec_video.h"

View File

@ -2,7 +2,7 @@
#include "codec-cfg.h"
#include "img_format.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -12,7 +12,7 @@
#include <libdv/dv.h>
#include <libdv/dv_types.h>
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"