Mercurial > mplayer.hg
comparison Makefile @ 31032:362425fe3de8
Add sdl_common file and use it to share the input handling between -vo gl
with SDL backend and -vo sdl.
author | reimar |
---|---|
date | Sun, 25 Apr 2010 08:17:23 +0000 |
parents | ccf1dec0fce2 |
children | 1aece15222b5 |
comparison
equal
deleted
inserted
replaced
31031:d94eeec25c47 | 31032:362425fe3de8 |
---|---|
556 SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c | 556 SRCS_MPLAYER-$(FBDEV) += libvo/vo_fbdev.c libvo/vo_fbdev2.c |
557 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c | 557 SRCS_MPLAYER-$(GGI) += libvo/vo_ggi.c |
558 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c | 558 SRCS_MPLAYER-$(GIF) += libvo/vo_gif89a.c |
559 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c \ | 559 SRCS_MPLAYER-$(GL) += libvo/gl_common.c libvo/vo_gl.c \ |
560 libvo/vo_gl2.c libvo/csputils.c | 560 libvo/vo_gl2.c libvo/csputils.c |
561 SRCS_MPLAYER-$(GL_SDL) += libvo/sdl_common.c | |
561 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c | 562 SRCS_MPLAYER-$(GL_WIN32) += libvo/w32_common.c |
562 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c | 563 SRCS_MPLAYER-$(GL_X11) += libvo/x11_common.c |
563 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c | 564 SRCS_MPLAYER-$(MATRIXVIEW) += libvo/vo_matrixview.c libvo/matrixview.c |
564 SRCS_MPLAYER-$(GUI) += gui/bitmap.c | 565 SRCS_MPLAYER-$(GUI) += gui/bitmap.c |
565 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ | 566 SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \ |
624 SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c | 625 SRCS_MPLAYER-$(OSS) += libao2/ao_oss.c |
625 SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c | 626 SRCS_MPLAYER-$(PNM) += libvo/vo_pnm.c |
626 SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c | 627 SRCS_MPLAYER-$(PULSE) += libao2/ao_pulse.c |
627 SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c libvo/osx_common.c | 628 SRCS_MPLAYER-$(QUARTZ) += libvo/vo_quartz.c libvo/osx_common.c |
628 SRCS_MPLAYER-$(S3FB) += libvo/vo_s3fb.c | 629 SRCS_MPLAYER-$(S3FB) += libvo/vo_s3fb.c |
629 SRCS_MPLAYER-$(SDL) += libao2/ao_sdl.c libvo/vo_sdl.c | 630 SRCS_MPLAYER-$(SDL) += libao2/ao_sdl.c libvo/vo_sdl.c libvo/sdl_common.c |
630 SRCS_MPLAYER-$(SGIAUDIO) += libao2/ao_sgi.c | 631 SRCS_MPLAYER-$(SGIAUDIO) += libao2/ao_sgi.c |
631 SRCS_MPLAYER-$(SUNAUDIO) += libao2/ao_sun.c | 632 SRCS_MPLAYER-$(SUNAUDIO) += libao2/ao_sun.c |
632 SRCS_MPLAYER-$(SVGA) += libvo/vo_svga.c | 633 SRCS_MPLAYER-$(SVGA) += libvo/vo_svga.c |
633 SRCS_MPLAYER-$(TDFXFB) += libvo/vo_tdfxfb.c | 634 SRCS_MPLAYER-$(TDFXFB) += libvo/vo_tdfxfb.c |
634 SRCS_MPLAYER-$(TDFXVID) += libvo/vo_tdfx_vid.c | 635 SRCS_MPLAYER-$(TDFXVID) += libvo/vo_tdfx_vid.c |