diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-25 00:44:04 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-09-25 00:44:04 +0000 |
| commit | 856eea768db38b7e6342114ff0020c42f3c95eb6 (patch) | |
| tree | fe387c5f51297887f30ddeae983282f89166d8c7 /src/libspudec/spu.c | |
| parent | 5763391b5e476b6d31264fab76fccd9c8e8047da (diff) | |
| download | xine-lib-856eea768db38b7e6342114ff0020c42f3c95eb6.tar.gz xine-lib-856eea768db38b7e6342114ff0020c42f3c95eb6.tar.bz2 | |
move alphablend to core
CVS patchset: 7745
CVS date: 2005/09/25 00:44:04
Diffstat (limited to 'src/libspudec/spu.c')
| -rw-r--r-- | src/libspudec/spu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index 6dfe956dd..3818a393a 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -36,7 +36,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.81 2005/09/24 19:08:26 miguelfreitas Exp $ + * $Id: spu.c,v 1.82 2005/09/25 00:44:04 miguelfreitas Exp $ * */ @@ -51,7 +51,6 @@ #include <fcntl.h> #include "xine_internal.h" -#include "video_out/alphablend.h" #include "xineutils.h" #include "spu.h" #include "buffer.h" |
