comparison loader/dmo/dmo_guids.h @ 30170:008338d7679f

Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes.
author diego
date Mon, 04 Jan 2010 20:32:23 +0000
parents a8ea87c71d18
children
comparison
equal deleted inserted replaced
30169:73458c7f5957 30170:008338d7679f
1 #ifndef MPLAYER_DMO_GUIDS_H 1 #ifndef MPLAYER_DMO_GUIDS_H
2 #define MPLAYER_DMO_GUIDS_H 2 #define MPLAYER_DMO_GUIDS_H
3 3
4 #include "dshow/guids.h" 4 #include "loader/dshow/guids.h"
5 5
6 extern const GUID IID_IMediaBuffer; 6 extern const GUID IID_IMediaBuffer;
7 extern const GUID IID_IMediaObject; 7 extern const GUID IID_IMediaObject;
8 extern const GUID IID_IEnumDMO; 8 extern const GUID IID_IEnumDMO;
9 extern const GUID IID_IMediaObjectInPlace; 9 extern const GUID IID_IMediaObjectInPlace;