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/video_out/video_out_macosx.m | |
| 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/video_out/video_out_macosx.m')
| -rw-r--r-- | src/video_out/video_out_macosx.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_out/video_out_macosx.m b/src/video_out/video_out_macosx.m index 93e71e8b3..e69d4e3f3 100644 --- a/src/video_out/video_out_macosx.m +++ b/src/video_out/video_out_macosx.m @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_macosx.m,v 1.12 2005/09/24 19:08:26 miguelfreitas Exp $ + * $Id: video_out_macosx.m,v 1.13 2005/09/25 00:44:04 miguelfreitas Exp $ * * This output driver makes use of xine's objective-c video_output * classes located in the macosx folder. @@ -38,7 +38,6 @@ #define LOG */ -#include "alphablend.h" #include "video_out.h" #include "vo_scale.h" #include "xine.h" |
