Add explicit location for headers from the stream/ directory.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22623 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 18:36:36 +00:00
parent 8cb954b89a
commit e085bc8dcf
55 changed files with 56 additions and 56 deletions

View File

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

View File

@ -11,7 +11,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -8,7 +8,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -6,7 +6,7 @@
#include "config.h"
// for avi_stream_id():
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "aviheader.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 "parse_es.h"
#include "stheader.h"

View File

@ -8,7 +8,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "asf.h"
#include "demuxer.h"

View File

@ -5,7 +5,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "genres.h"

View File

@ -8,7 +8,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -27,7 +27,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "libvo/fastmemcpy.h"

View File

@ -5,7 +5,7 @@
#include <stdlib.h>
#include <stdio.h>
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -18,7 +18,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -11,7 +11,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -12,7 +12,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -25,7 +25,7 @@
#include "mp_msg.h"
// #include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "m_option.h"

View File

@ -13,7 +13,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -10,7 +10,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "mf.h"

View File

@ -13,7 +13,7 @@
#include <ctype.h>
#include <inttypes.h>
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "ebml.h"

View File

@ -36,7 +36,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -13,7 +13,7 @@
#include "mp_msg.h"
#include "libavutil/common.h"
#include "mpbswap.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -9,7 +9,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "parse_es.h"
#include "stheader.h"

View File

@ -16,7 +16,7 @@
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -4,7 +4,7 @@
#include "config.h"
#include "mp_msg.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -13,7 +13,7 @@
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "nuppelvideo.h"

View File

@ -10,7 +10,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -26,7 +26,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

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

View File

@ -15,7 +15,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

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

View File

@ -28,7 +28,7 @@ Video codecs: (supported by RealPlayer8 for Linux)
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -11,7 +11,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -13,7 +13,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -5,7 +5,7 @@
#include <stdio.h>
#ifndef __STREAM_H
#include "stream.h"
#include "stream/stream.h"
#endif
#ifndef __DEMUXER_H
#include "demuxer.h"

View File

@ -5,7 +5,7 @@
extern "C" {
#ifndef __STREAM_H
#include "stream.h"
#include "stream/stream.h"
#endif
#ifndef __DEMUXER_H
#include "demuxer.h"

View File

@ -17,7 +17,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -29,7 +29,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "parse_es.h"
#include "stheader.h"

View File

@ -39,7 +39,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "parse_es.h"
#include "stheader.h"

View File

@ -17,7 +17,7 @@
#include "mp_msg.h"
#include "help_mp.h"
//#include "stream.h"
//#include "stream/stream.h"
//#include "demuxer.h"
//#include "parse_es.h"
//#include "stheader.h"

View File

@ -10,7 +10,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -5,7 +5,7 @@
#include "libavutil/common.h"
#include "mpbswap.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "libmpcodecs/vqf.h"

View File

@ -33,7 +33,7 @@
#include "m_option.h"
#include "libaf/af_format.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -12,7 +12,7 @@
#include "help_mp.h"
#include "yuv4mpeg.h"
//#include "stream.h"
//#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -15,7 +15,7 @@
#include "libvo/fastmemcpy.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "mf.h"

View File

@ -9,7 +9,7 @@
#include <stdlib.h>
#include "stream.h"
#include "stream/stream.h"
#include "ebml.h"
#include "libavutil/common.h"
#include "mpbswap.h"

View File

@ -5,7 +5,7 @@
#include "config.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
/*

View File

@ -19,7 +19,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "mf.h"

View File

@ -11,7 +11,7 @@
#include "aviheader.h"
#include "ms_hdr.h"
#include "stream.h"
#include "stream/stream.h"
#include "muxer.h"
#include "demuxer.h"
#include "mp_msg.h"

View File

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

View File

@ -12,7 +12,7 @@
#include "aviheader.h"
#include "ms_hdr.h"
#include "stream.h"
#include "stream/stream.h"
#include "muxer.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -12,7 +12,7 @@
#include "aviheader.h"
#include "ms_hdr.h"
#include "stream.h"
#include "stream/stream.h"
#include "muxer.h"
#include "demuxer.h"
#include "stheader.h"

View File

@ -9,7 +9,7 @@
#include "aviheader.h"
#include "ms_hdr.h"
#include "stream.h"
#include "stream/stream.h"
#include "muxer.h"
static muxer_stream_t* rawaudiofile_new_stream(muxer_t *muxer,int type){

View File

@ -8,13 +8,13 @@
#include "config.h"
#include "version.h"
//#include "stream.h"
//#include "stream/stream.h"
//#include "demuxer.h"
//#include "stheader.h"
#include "aviheader.h"
#include "ms_hdr.h"
#include "stream.h"
#include "stream/stream.h"
#include "muxer.h"
static muxer_stream_t* rawvideofile_new_stream(muxer_t *muxer,int type){

View File

@ -8,7 +8,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "parse_es.h"

View File

@ -13,7 +13,7 @@
#include <stdlib.h>
#include "parse_mp4.h"
#include "mp_msg.h"
#include "stream.h"
#include "stream/stream.h"
//#define MP4_DUMPATOM

View File

@ -13,7 +13,7 @@
#include "mp_msg.h"
#include "help_mp.h"
#include "stream.h"
#include "stream/stream.h"
#include "demuxer.h"
#include "stheader.h"
#include "parse_es.h"

View File

@ -29,7 +29,7 @@
#include <stdlib.h>
//#include "mp_msg.h"
#include "stream.h"
#include "stream/stream.h"