diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2004-03-16 01:16:57 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2004-03-16 01:16:57 +0000 |
commit | 4bcf4b4ca006eb5f5c69ef17cb85f6d5c693fa53 (patch) | |
tree | 99ec2b082911ae6361986ffdc0cbcbd2e22d1b64 /src/video_out/alphablend.h | |
parent | 9cf70773dbafda1c4003464e9f0b84f874ad3f06 (diff) | |
download | xine-lib-4bcf4b4ca006eb5f5c69ef17cb85f6d5c693fa53.tar.gz xine-lib-4bcf4b4ca006eb5f5c69ef17cb85f6d5c693fa53.tar.bz2 |
video_out_pgx32 no longer needs to be linked against alphablend.o. Removed defunct prototype from alphablend.h.
CVS patchset: 6266
CVS date: 2004/03/16 01:16:57
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r-- | src/video_out/alphablend.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h index 05683924c..974f363d8 100644 --- a/src/video_out/alphablend.h +++ b/src/video_out/alphablend.h @@ -75,6 +75,4 @@ void blend_yuv (uint8_t *dst_base[3], vo_overlay_t * img_overl, void blend_yuy2 (uint8_t * dst_img, vo_overlay_t * img_overl, int dst_width, int dst_height, int dst_pitch); -void crop_overlay (vo_overlay_t * overlay); - #endif |