diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-28 22:19:10 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-11-28 22:19:10 +0000 |
commit | d48b3bf8769a8ac1741d819289ed9ea117764bc5 (patch) | |
tree | b90a868f2118128d8b0bcff135f9b0ac3d46ae73 /src/libspudec/spu.c | |
parent | 157c020ba6d577c45678b7b59f96b3ca646fa525 (diff) | |
download | xine-lib-d48b3bf8769a8ac1741d819289ed9ea117764bc5.tar.gz xine-lib-d48b3bf8769a8ac1741d819289ed9ea117764bc5.tar.bz2 |
* OSD (On Screen Display) for rendering text and graphics into overlays
* reworked spu and overlay manager (multiple overlays supported)
CVS patchset: 1126
CVS date: 2001/11/28 22:19:10
Diffstat (limited to 'src/libspudec/spu.c')
-rw-r--r-- | src/libspudec/spu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index af342d146..b096417e5 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -35,7 +35,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * - * $Id: spu.c,v 1.25 2001/11/26 20:02:33 guenter Exp $ + * $Id: spu.c,v 1.26 2001/11/28 22:19:12 miguelfreitas Exp $ * */ @@ -49,9 +49,10 @@ #include <sys/stat.h> #include <fcntl.h> -#include "spu.h" #include "video_out/alphablend.h" #include "xineutils.h" +#include "xine_internal.h" +#include "spu.h" /* #define LOG_DEBUG 1 |